NChartLineSeries Class Reference

Inherits from NChartSolidSeries : NChartSeries : NChartObject : NSObject
Declared in NChartLineSeries.h

Overview

The NChartLineSeries class provides methods to display line series.

  noDataColor

Color of the line in the points with no data.

@property (nonatomic, strong) UIColor *noDataColor

Declared In

NChartLineSeries.h

  lineThickness

Thickness of the line in pixels. The default value is 2.

@property (nonatomic, assign) float lineThickness

Declared In

NChartLineSeries.h

  lineDash

Dash of the line.

@property (nonatomic, strong) NChartLineDash *lineDash

See Also

Declared In

NChartLineSeries.h

  marker

Marker that is shown on the points. This is nil by default (no marker is displayed).

@property (nonatomic, strong) NChartMarker *marker

See Also

Declared In

NChartLineSeries.h