Candlestick
Class
Represents the financial Candlestick symbol.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class Candlestick : OhlcShape
Inheritance: objectOhlcShapeCandlestick
Inherited Members
Constructors
C#
public Candlestick()
Fields
DownFillProperty
DependencyProperty
Identifies the DownFill dependency property.
C#
public static readonly DependencyProperty DownFillProperty
UpFillProperty
DependencyProperty
Identifies the UpFill dependency property.
C#
public static readonly DependencyProperty UpFillProperty
Properties
DownFill
Brush
Gets or sets the fill of the candlestick for down (falling) items.
C#
public Brush DownFill { get; set; }
The fill.
UpFill
Brush
Gets or sets the fill of the candlestick for up (raising) items.
C#
public Brush UpFill { get; set; }
The fill.
Methods
Updates the appearance of this element.
C#
protected override void UpdateElementAppearance()
Overrides:
Chooses for this shape.
C#
protected void UpdateOhlcElementFill()