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.GetMarkerStyle(TcxGridChartSeries) Method

Determines the style of value markers that identify value points of the series addressed by the ASeries parameter.

#Declaration

Delphi
function GetMarkerStyle(ASeries: TcxGridChartSeries): TcxGridChartMarkerStyle; virtual;

#Parameters

Name Type
ASeries TcxGridChartSeries

#Returns

Type
TcxGridChartMarkerStyle

#Remarks

By default, value marker style is determined by the MarkerStyle property. To customize value marker style for individual series, handle the OnGetMarkerStyle event.

See Also