Skip to content

MarkerVertical Class

The MarkerVertical class represents a VERTICAL marker on a graph. It can be used to customize vertical marker style and options.


Public Constants

ORIENT_HORIZONTAL
ORIENT_VERTICAL
SIDE_LEFT
SIDE_RIGHT


Public Properties

datalock
labelorient
labelside
linecolor
lineorder
linestyle
linewidth
value
ylabelposition


Detailed Properties Descriptions

datalock

datalock

Whether the marker value will be restrained to data range.

labelorient

labelorient

The label orientation (HORIZONTAL or VERTICAL).

labelside

labelside

The label side (SIDE_LEFT or SIDE_RIGHT).

linecolor

linecolor

The marker line color.

lineorder

lineorder

The position of the line elements with respect to the data lines, one of LINE_ORDER_ABOVE or LINE_ORDER_BELOW, before.

linestyle

linestyle

The marker line style (LINE_STYLE_SOLID, LINE_STYLE_DOTTED or LINE_STYLE_DASHED).

linewidth

linewidth

The marker line width.

value

value

The X position of the marker line (a dataset x value).

ylabelposition

ylabelposition

The Y position of the marker text (a dataset y value).


Detailed Constants descriptions

ORIENT_HORIZONTAL

ORIENT_HORIZONTAL

The label orientation horizontal

ORIENT_VERTICAL

ORIENT_VERTICAL

The label orientation vertical

SIDE_LEFT

SIDE_LEFT

The label orientation vertical

SIDE_RIGHT

SIDE_RIGHT

The label orientation horizontal