Skip to main content
A newer version of this page is available.

DXCandleStickSeriesStyle Class

The storage of appearance parameters of a Candle Stick series.

Declaration

@interface DXCandleStickSeriesStyle: DXStockSeriesStyle

Remarks

The following image represents a Candle Stick series’s parameters that the style configures.

A Candle Stick series style

Inheritance

NSObject

Properties

fallingFill Property

Gets or sets the fill color that a Stock series uses for data point markers which the Close value is smaller than the Open value.

Declaration

@property (readwrite, nullable) UIColor *fallingFill

Property Value

Type Description
UIColor *

The UIColor object that is the fill color that is used for data point markers which the Close value is smaller than the Open value.

risingFill Property

Gets or sets the fill color that a Stock series uses for data point markers which the Close value is larger than the Open value.

Declaration

@property (readwrite, nullable) UIColor *risingFill

Property Value

Type Description
UIColor *

The UIColor object that is the fill color that is used for data point markers which the Close value is larger than the Open value.