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

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:

A Point series style

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.