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

DXPointSeries Class

A series that displays data as a collection of scatter points.

Declaration

@interface DXPointSeries: DXSeries

Remarks

The following image represents Point series:

A point series sample

Inheritance

Properties

colorEach Property

Gets or sets a value indicating whether series markers should be colored in different colors.

Declaration

@property (readwrite) BOOL colorEach

Property Value

Type Description
BOOL

YES if point markers should be colored in different colors; NO if each point should be colored in a color assigned to the series.

label Property

Gets or sets settings of series point labels of a point series.

Declaration

@property (readwrite, nullable) DXMarkerSeriesLabel *label

Property Value

Type Description
DXMarkerSeriesLabel *

The DXMarkerSeriesLabel object that stores parameters of series point labels.

style Property

Gets or sets appearance parameters of a point series.

Declaration

@property (readwrite, nullable) DXPointSeriesStyle *style

Property Value

Type Description
DXPointSeriesStyle *

The DXPointSeriesStyle object that stores appearance parameters.