Class
Candlestick

Represents the financial Candlestick symbol.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class Candlestick : OhlcShape

Inheritance: objectOhlcShapeCandlestick

Inherited Members OhlcShape.UpStrokePropertyOhlcShape.DownStrokePropertyOhlcShape.UpdateOhlcElementStroke()OhlcShape.GetLayoutClip(Size)OhlcShape.DataPointOhlcShape.UpStrokeOhlcShape.DownStrokeOhlcShape.DefiningGeometry

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.

Methods

UpdateElementAppearance()

Updates the appearance of this element.

Declaration

cs-api-definition
protected override void UpdateElementAppearance()

Overrides OhlcShape.UpdateElementAppearance()

UpdateOhlcElementFill()

Chooses for this shape.

Declaration

cs-api-definition
protected void UpdateOhlcElementFill()