Search
CandlestickSeriesStyle Members
Constructors Properties Methods
 


Defines appearance attributes for candlestick charts.

The following tables list the members exposed by the CandlestickSeriesStyle type.

 Public Constructors

  Name Description

CandlestickSeriesStyle

Initializes a new instance of CandlestickSeriesStyle.

 Public Properties

  Name Description

fallingBrush

Gets or sets a Brush used to fill candlesticks, which open value is greater than its close value.

risingBrush

Gets or sets a Brush used to fill candlesticks, which open value is smaller or equal to its close value.

 Public Methods

  Name Description

fill

Implements SeriesStyle.Fill. Returns a Brush instance, depending on the series data.

stroke

Implements SeriesStyle.Stroke.

strokeDashStyle

Implements SeriesStyle.StrokeDashStyle.

strokeThickness

Implements SeriesStyle.StrokeThickness.

 See Also