TcxGridChartLineDiagramValues.MarkerStyle Property
Specifies how value markers are displayed.
Declaration
property MarkerStyle: TcxGridChartMarkerStyle read; write; default cmsNone;
Property Value
| Type | Default | Description |
|---|---|---|
| TcxGridChartMarkerStyle | cmsNone | The value marker style. |
Remarks
Use the MarkerStyle 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.
Default Value
The MarkerStyle property’s default value is cmsNone.
See Also