Skip to main content

TcxGridChartLineDiagramValues.GetMarkerStyle(TcxGridChartSeries) Method

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

Declaration

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