MarkerPoint Class
The MarkerPoint class represents a POINT marker on a graph. It can be used to customize point marker style and options.
Public Properties
index
linecolor
lineorder
linestyle
linewidth
value
xlabelposition
ylabelposition
Detailed Properties Descriptions
index
index
The marker point position (index).
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 marker 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).