TcxGridChartLineDiagramValues.MarkerStyle Property
In This Article
Specifies how value markers are displayed.
#Declaration
Delphi
property MarkerStyle: TcxGridChartMarkerStyle read; write; default cmsNone;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
cms |
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 On
#Default Value
The MarkerStyle
property’s default value is cmsNone.
See Also