Class OhlcShape
Represents the financial Candlestick symbol.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class OhlcShape : Shape
Constructors
OhlcShape()
Fields
DownStrokeProperty
Identifies the Down
Declaration
public static readonly DependencyProperty DownStrokeProperty
Field Value
System.
|
UpStrokeProperty
Identifies the Up
Declaration
public static readonly DependencyProperty UpStrokeProperty
Field Value
System.
|
Properties
DataPoint
Gets the data point this shape is representing.
Declaration
public OhlcDataPoint DataPoint { get; }
Property Value
Ohlc The data point. |
DefiningGeometry
Gets a value that represents the System.
Declaration
protected override Geometry DefiningGeometry { get; }
Property Value
System. The System. |
DownStroke
Gets or sets the stroke of the candlestick for down (falling) items.
Declaration
public Brush DownStroke { get; set; }
Property Value
System. The stroke. |
UpStroke
Gets or sets the stroke of the candlestick for up (rising) items.
Declaration
public Brush UpStroke { get; set; }
Property Value
System. The stroke. |
Methods
GetLayoutClip(Size)
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.
Declaration
protected override Geometry GetLayoutClip(Size layoutSlotSize)
Parameters
System.
|
Returns
System.
|
UpdateElementAppearance()
Declaration
protected virtual void UpdateElementAppearance()
UpdateOhlcElementStroke()
Chooses System.
Declaration
protected void UpdateOhlcElementStroke()