OhlcShape
Represents the financial Candlestick symbol.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public abstract class OhlcShape : Shape
Inheritance: objectOhlcShape
Derived Classes:
Constructors
Initializes a new instance of the OhlcShape class.
protected OhlcShape()
Fields
DownStrokeProperty
DependencyProperty
Identifies the DownStroke dependency property.
public static readonly DependencyProperty DownStrokeProperty
UpStrokeProperty
DependencyProperty
Identifies the UpStroke dependency property.
public static readonly DependencyProperty UpStrokeProperty
Properties
Gets the data point this shape is representing.
public OhlcDataPoint DataPoint { get; }
The data point.
DefiningGeometry
Geometry
Gets a value that represents the Geometry of the Shape.
protected override Geometry DefiningGeometry { get; }
The Geometry of the Shape.
DownStroke
Brush
Gets or sets the stroke of the candlestick for down (falling) items.
public Brush DownStroke { get; set; }
The stroke.
UpStroke
Brush
Gets or sets the stroke of the candlestick for up (rising) items.
public Brush UpStroke { get; set; }
The stroke.
Methods
GetLayoutClip(Size)
Geometry
Returns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space.
The size of the part of the element that does visual presentation.protected override Geometry GetLayoutClip(Size layoutSlotSize)
Geometry
protected virtual void UpdateElementAppearance()
Chooses for this shape.
protected void UpdateOhlcElementStroke()