New to Telerik UI for WPFStart a free 30-day trial

Represents the financial Candlestick symbol.

Definition

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

Gets or sets the fill of the candlestick for down (falling) items.

C#
public Brush DownFill { get; set; }
Property Value:

The fill.

UpFill

Brush

Gets or sets the fill of the candlestick for up (raising) items.

C#
public Brush UpFill { get; set; }
Property Value:

The fill.

Methods

Updates the appearance of this element.

C#
protected override void UpdateElementAppearance()

Overrides: OhlcShape.UpdateElementAppearance()

Chooses for this shape.

C#
protected void UpdateOhlcElementFill()