Class OhlcShape
Represents the financial Candlestick symbol.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class OhlcShape : Path
Constructors
OhlcShape()
Fields
DownStrokeProperty
Identifies the DownStroke dependency property.
Declaration
public static readonly DependencyProperty DownStrokeProperty
Field Value
System.Windows.DependencyProperty
|
UpStrokeProperty
Identifies the UpStroke dependency property.
Declaration
public static readonly DependencyProperty UpStrokeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DataPoint
Gets the data point this shape is representing.
Declaration
public OhlcDataPoint DataPoint { get; }
Property Value
OhlcDataPoint
The data point. |
DownStroke
Gets or sets the stroke of the candlestick for down (falling) items.
Declaration
public Brush DownStroke { get; set; }
Property Value
System.Windows.Media.Brush
The stroke. |
UpStroke
Gets or sets the stroke of the candlestick for up (rising) items.
Declaration
public Brush UpStroke { get; set; }
Property Value
System.Windows.Media.Brush
The stroke. |
Methods
UpdateElementAppearance()
Declaration
protected virtual void UpdateElementAppearance()
UpdateOhlcElementStroke()
Chooses System.Windows.Shapes.Shape.Stroke for this shape.
Declaration
protected void UpdateOhlcElementStroke()