Skip to main content

TcxGridChartPieDiagram.GetSeriesColumnCount Method

Determines the actual number of columns into which series sites are arranged horizontally.

Declaration

function GetSeriesColumnCount: Integer; virtual;

Returns

Type
Integer

Remarks

The return value of this function does not exceed the number of series which are currently visible within the diagram.

To specify the maximum number of columns into which series sites should be arranged horizontally, use the SeriesColumnCount property.

See Also