TcxGridChartPieDiagram.GetSeriesColumnCount Method
Determines the actual number of columns into which series sites are arranged horizontally.
Declaration
function GetSeriesColumnCount: Integer; virtual;
Returns
Type | Description |
---|---|
Integer | The number of columns in a series site. |
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