DXStockSeriesStyle Class
The storage of appearance parameters of a Stock series.
Declaration
@interface DXStockSeriesStyle: DXChartElementStyle
Remarks
The following image represents the Stock series’s parameters that configure the series’s appearance:
Inheritance
Properties
fallingStroke Property
Gets or sets the stroke 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 *fallingStroke
Property Value
Type | Description |
---|---|
UIColor * | The UIColor object that is the stroke color that is used for data point markers which the Close value is smaller than the Open value. |
risingStroke Property
Gets or sets the stroke 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 *risingStroke
Property Value
Type | Description |
---|---|
UIColor * | The UIColor object that is the stroke color that is used for data point markers which the Close value is larger than the Open value. |
strokeThickness Property
Gets or sets the stroke thickness that a series uses for data point markers.
Declaration
@property (readwrite) CGFloat strokeThickness
Property Value
Type | Description |
---|---|
CGFloat | The thickness of a data point marker’s stroke, in screen points. |