NChartLineSeries Class Reference
| Inherits from | NChartSolidSeries : NChartSeries : NChartObject : NSObject |
|---|---|
| Declared in | NChartLineSeries.h |
noDataColor
Color of the line in the points with no data.
@property (nonatomic, strong) UIColor *noDataColorDeclared In
NChartLineSeries.h
lineThickness
Thickness of the line in pixels. The default value is 2.
@property (nonatomic, assign) float lineThicknessDeclared In
NChartLineSeries.h
lineDash
Dash of the line.
@property (nonatomic, strong) NChartLineDash *lineDashSee 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 *markerSee Also
Declared In
NChartLineSeries.h