DXCandleStickSeries Class
A series that displays data as range bars with whiskers on a chart, where Open and Close values form bar body, and Low and High values constitute upper and lower whiskers.
Declaration
@interface DXCandleStickSeries: DXSeries
Remarks
The body is green if the stock closes higher than its opening price. Otherwise, the body is red.
The following image represents the Candle Stick series:
Inheritance
NSObject
DXChartElement
DXSeriesBase
DXSeries
DXCandleStickSeries
Properties
label Property
Gets or sets settings of series point labels of a Candle Stick series.
Declaration
@property (readwrite, nullable) DXFinancialSeriesLabel *label
Property Value
Type | Description |
---|---|
DXFinancialSeriesLabel * | The DXFinancialSeriesLabel object that stores parameters of series point labels. |
style Property
Gets or sets the appearance parameters of a Candle Stick series.
Declaration
@property (readwrite, nullable) DXCandleStickSeriesStyle *style
Property Value
Type | Description |
---|---|
DXCandleStickSeriesStyle * | The DXCandleStickSeriesStyle object that stores appearance parameters of the Candle Stick series. |