Skip to main content

TcxGridChartLineDiagramValues.GetLineStyle(TcxGridChartSeries) Method

Determines the style of the line that connects value points of the specified series addressed.

Declaration

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

Parameters

Name Type Description
ASeries TcxGridChartSeries

The target series.

Returns

Type Description
TcxGridChartLineStyle

The line style.

Remarks

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

See Also