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

DXLineSeries Class

A series that displays data as a collection of points connected by a line.

Declaration

@interface DXLineSeries: DXSeries

Remarks

The following image represents Line series:

A Line 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 Line series.

Declaration

@property (readwrite, nullable) DXMarkerSeriesLabel *label

Property Value

Type Description
DXMarkerSeriesLabel *

The DXMarkerSeriesLabel object that stores parameters of series point labels.

markerHidden Property

Gets or sets a value indicating whether series markers should be hidden.

Declaration

@property (readwrite) BOOL markerHidden

Property Value

Type Description
BOOL

YES if point markers should be hidden; otherwise NO.

style Property

Gets or sets appearance parameters of a line series.

Declaration

@property (readwrite, nullable) DXLineSeriesStyle *style

Property Value

Type Description
DXLineSeriesStyle *

The DXLineSeriesStyle object that stores appearance parameters of the line series.