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 *zIndex

Declared In

HIPlotLines.h

  dashStyle

The dashing or dot style for the plot line. For possible values see this overview.

@property (nonatomic, readwrite) NSString *dashStyle

Defaults to Solid.

Try it

Declared In

HIPlotLines.h

  color

The color of the line.

@property (nonatomic, readwrite) HIColor *color

Defaults to #999999.

Try it

Declared In

HIPlotLines.h

  labels

@property (nonatomic, readwrite) HILabels *labels

  label

Text labels for the plot bands

@property (nonatomic, readwrite) HILabel *label

Declared In

HIPlotLines.h

  value

The position of the line in axis units.

@property (nonatomic, readwrite) NSNumber *value

Declared In

HIPlotLines.h

  events

An object defining mouse events for the plot line. Supported properties are click, mouseover, mouseout, mousemove.

@property (nonatomic, readwrite) HIEvents *events

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 *className

Declared In

HIPlotLines.h

  width

The width or thickness of the plot line.

@property (nonatomic, readwrite) NSNumber *width

Defaults to 2.

Try it

Declared In

HIPlotLines.h

  id

An id used for identifying the plot line in Axis.removePlotLine.

@property (nonatomic, readwrite) NSString *id

Declared In

HIPlotLines.h

– getParams

- (NSDictionary *)getParams

– destroy

Remove the plot line.

- (void)destroy

Declared In

HIPlotLines.h