Skip to main content

TcxGridChartLineDiagramValues.GetLineStyle(TcxGridChartSeries) Method

Determines line style that connects value points of the series addressed by the ASeries parameter.

Declaration

function GetLineStyle(ASeries: TcxGridChartSeries): TcxGridChartLineStyle; virtual;

Parameters

Name Type
ASeries TcxGridChartSeries

Returns

Type
TcxGridChartLineStyle

Remarks

By default, line style is determined by the LineStyle property. To customize the line style for individual series, handle the OnGetLineStyle event.

See Also