Class TimeScalePane.TimeCursorElement
Represents an element for candle mid line
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Azos.WinForms.Controls.ChartKit.Temporal
Assembly: Azos.WinForms.dll
Syntax
public class TimeCursorElement : Element, IDisposable
Constructors
TimeCursorElement(TimeScalePane)
Declaration
protected TimeCursorElement(TimeScalePane host)
Parameters
Type | Name | Description |
---|---|---|
TimeScalePane | host |
Properties
Pane
Declaration
public TimeScalePane Pane { get; }
Property Value
Type | Description |
---|---|
TimeScalePane |
Methods
Paint(Graphics)
Declaration
protected override void Paint(Graphics gr)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | gr |
Overrides
SetText(String, Int32)
Declaration
public void SetText(string text, int x)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
System.Int32 | x |
Implements
System.IDisposable