ITChart.GetLabelsSeries
ITChart

function GetLabelsSeries(DestAxis: EAxisType): ISeries;

Type Library
TeeChartx

Description
The GetLabelsSeries function returns the Series class associated with the Axis parameter.

Each Series is associated with an horizontal and vertical axis through the Series.HorizontalAxis and VerticalAxis properties.

The Axes classes call this function to get the correct Series class to draw all Labels.

If no Series exists, or if no Series is associated with the Axis parameter, nil is returned.