DXPointSeriesStyle Class
The storage of appearance parameters of a point series.
Declaration
@interface DXPointSeriesStyle: DXChartElementStyle
Remarks
The following image represents the point series style’s parameters that customize appearance:

Inheritance
NSObject
DXChartElementStyle
DXPointSeriesStyle
Properties
markerSize Property
Gets or sets the size of a point marker.
Declaration
@property (readwrite) CGFloat markerSize
Property Value
| Type | Description |
|---|---|
| CGFloat | The size of a point marker, in screen points. |
markerStyle Property
Gets or sets appearance parameters of point markers.
Declaration
@property (readwrite, nullable) DXMarkerStyle *markerStyle
Property Value
| Type | Description |
|---|---|
| DXMarkerStyle * | The DXMarkerStyle object that stores appearance parameters of point markers. |