Skip to main content

TcxGridChartLineDiagramValues.MarkerStyle Property

Specifies how the value markers are displayed.

Declaration

property MarkerStyle: TcxGridChartMarkerStyle read; write; default cmsNone;

Property Value

Type Default
TcxGridChartMarkerStyle cmsNone

Remarks

Use this property to specify the shape displayed as a value marker. By default, the value markers are invisible. Refer to the TcxGridChartMarkerStyle type description for detailed information on all available options.

Note

You can handle the OnGetMarkerStyle event to specify value marker style for individual series.

The default value of the MarkerStyle property is cmsNone.

See Also