Class
OhlcShape

Represents the financial Candlestick symbol.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public abstract class OhlcShape : Path

Inheritance: objectOhlcShape

Derived Classes: CandlestickOhlcStick

Constructors

OhlcShape()

Initializes a new instance of the OhlcShape class.

Declaration

cs-api-definition
protected OhlcShape()

Fields

DownStrokeProperty

Identifies the DownStroke dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DownStrokeProperty

Field Value

DependencyProperty

UpStrokeProperty

Identifies the UpStroke dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty UpStrokeProperty

Field Value

DependencyProperty

Properties

DataPoint

Gets the data point this shape is representing.

Declaration

cs-api-definition
public OhlcDataPoint DataPoint { get; }

Property Value

OhlcDataPoint

The data point.

DownStroke

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

Declaration

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

Property Value

Brush

The stroke.

UpStroke

Gets or sets the stroke of the candlestick for up (rising) items.

Declaration

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

Property Value

Brush

The stroke.