ChartCanvasSerie.Marker

Syntax

Marker: Object;

Description

The Marker property determines markers for chart data series.

Comments

Use JSON to set the property value, and the getMarker method to get the property value.

The property contains a JSON object that has the following fields: BorderColor - border color, Color - fill color, Enabled - availability, Radius - size, Symbol - marker shape.

Example

The example of use is given on the Example of Creating a Spline Chart page.

See also:

ChartCanvasSerie