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.

Stroke

Gets or sets a Brush used to stroke candlesticks;

StrokeDashStyle

Gets or sets the stroke dash style of the candlesticks.

StrokeThickness

Gets or sets the stroke thickness of the candlesticks.

 Public Methods

  Name Description

Fill

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

 See Also