Search
CandlestickSeriesStyle Members
Constructors 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 the CandlestickSeriesStyle class.

 Public Methods

  Name Description

fill

Implements SeriesStyle.fill. Returns the Brush used for painting the candlestick from the specified Series and representing the specified data item.

getFallingBrush

Gets the Brush used to fill candlesticks, whose open value is greater than their close value.

getRisingBrush

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

getStroke

Gets the Brush used to stroke candlesticks.

getStrokeDashStyle

Gets the stroke dash style of the candlesticks.

getStrokeThickness

Gets the thickness of strokes for candlesticks.

setFallingBrush

Sets the Brush used to fill candlesticks, whose open value is greater than their close value.

setRisingBrush

Sets the Brush used to fill candlesticks, whose open value is smaller or equal to their close value.

setStroke

Sets a Brush used to stroke candlesticks.

setStrokeDashStyle

Sets the dash style for the stroke of the candlesticks.

setStrokeThickness

Sets the thickness of the stroke for candlesticks.

stroke

Implements SeriesStyle.stroke().

strokeDashStyle

Implements SeriesStyle.strokeDashStyle.

strokeThickness

Implements SeriesStyle.strokeThickness.

 See Also