Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartLineDiagramValues.MarkerStyle Property

Specifies how value markers are displayed.

#Declaration

Delphi
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