Skip to content

Marker2Point Class

The Marker2Point class represents a 2POINT marker on a graph. It can be used to customize two-point marker style and options.


Public Properties

index1
index2
line1color
line1order
line1style
line1width
line2color
line2order
line2style
line2width
value1
value2
xlabelposition
ylabelposition


Detailed Properties Descriptions

index1

index1

The marker first point position (index).

index2

index2

The marker second point position (index).

line1color

line1color

The first marker line color.

line1order

line1order

The first marker line order.

line1style

line1style

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

line1width

line1width

The first marker line width.

line2color

line2color

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

line2order

line2order

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

line2style

line2style

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

line2width

line2width

The second marker line width.

value1

value1

The marker first point position (a date in the axis date format). The markers will point to the closest value.

value2

value2

The marker second point position (a date in the axis date format). The markers will point to the closest value.

xlabelposition

xlabelposition

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

ylabelposition

ylabelposition

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