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.

Some attributes can be read and changed with get and set :

  • index1 : The marker first point position (index).
  • index2 : The marker second point position (index).
  • line1color : The first marker line color.
  • line1order : The position of the line elements with respect to the data lines, one of ABOVE or BELOW, before.
  • line1style : The second marker line style (SOLID, DOTTED, DASHED).
  • line1width : The first marker line width.
  • line2color : The second marker line color.
  • line2order : The position of the line elements with respect to the data lines, one of ABOVE or BELOW, before.
  • line2style : The second marker line style (SOLID, DOTTED, DASHED).
  • line2width : The second marker line width.
  • point1 : The marker first point position (a date in the axis date format). The markers will point to the closest value.
  • point2 : The marker second point position (a date in the axis date format). The markers will point to the closest value.
  • xlabelposition : The X position of the marker text (a dataset x value).
  • ylabelposition : The Y position of the marker text (a dataset y value).