DXStockSeries Class
A series that displays data as vertical line which Low and High values form and two marks displaying Open and Close values.
Declaration
@interface DXStockSeries: DXSeries
The following image represents the Stock series:

Properties
label Property
Gets or sets settings of series point labels of a Stock 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 appearance settings of a Stock series.
Declaration
@property (readwrite, nullable) DXStockSeriesStyle *style
Property Value
Type |
Description |
DXStockSeriesStyle * |
The DXStockSeriesStyle object that stores appearance parameters of the Stock series.
|