HIPlotLines Class Reference
| Inherits from | HIChartsJSONSerializable : NSObject |
|---|---|
| Declared in | HIPlotLines.h |
Overview
An array of lines stretching across the plot area, marking a specific value on one of the axes. In styled mode, the plot lines are styled by the .highcharts-plot-line class in addition to the className option.
Try it
zIndex
The z index of the plot line within the chart.
@property (nonatomic, readwrite) NSNumber *zIndexDeclared In
HIPlotLines.h
dashStyle
The dashing or dot style for the plot line. For possible values see this overview.
@property (nonatomic, readwrite) NSString *dashStyleDeclared In
HIPlotLines.h
color
The color of the line.
@property (nonatomic, readwrite) HIColor *colorDeclared In
HIPlotLines.h
label
Text labels for the plot bands
@property (nonatomic, readwrite) HILabel *labelDeclared In
HIPlotLines.h
value
The position of the line in axis units.
@property (nonatomic, readwrite) NSNumber *valueDeclared In
HIPlotLines.h
events
An object defining mouse events for the plot line. Supported properties are click, mouseover, mouseout, mousemove.
@property (nonatomic, readwrite) HIEvents *eventsTry it
Declared In
HIPlotLines.h
className
A custom class name, in addition to the default highcharts-plot-line, to apply to each individual line.
@property (nonatomic, readwrite) NSString *classNameDeclared In
HIPlotLines.h
width
The width or thickness of the plot line.
@property (nonatomic, readwrite) NSNumber *widthDeclared In
HIPlotLines.h
id
An id used for identifying the plot line in Axis.removePlotLine.
@property (nonatomic, readwrite) NSString *idTry it
Declared In
HIPlotLines.h