Class
Candlestick

Represents the financial Candlestick symbol.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class Candlestick : OhlcShape

Inheritance: objectOhlcShapeCandlestick

Inherited Members OhlcShape.UpStrokePropertyOhlcShape.DownStrokePropertyOhlcShape.DataPointOhlcShape.UpStrokeOhlcShape.DownStroke

Constructors

Candlestick()

Declaration

cs-api-definition
public Candlestick()

Fields

DownFillProperty

Identifies the DownFill dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DownFillProperty

Field Value

DependencyProperty

UpFillProperty

Identifies the UpFill dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty UpFillProperty

Field Value

DependencyProperty

Properties

DownFill

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

Declaration

cs-api-definition
public Brush DownFill { get; set; }

Property Value

Brush

The fill.

UpFill

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

Declaration

cs-api-definition
public Brush UpFill { get; set; }

Property Value

Brush

The fill.