Skip to main content

TcxGridChartPieDiagram.SeriesColumnCount Property

Specifies the maximum number of columns into which series sites are arranged horizontally.

Declaration

property SeriesColumnCount: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

The property’s value of 0 indicates that all series sites are painted horizontally in a single row. Otherwise, series sites are divided visually into the specified number of columns.

Call the GetSeriesColumnCount function to determine the actual number of columns in which series sites are arranged horizontally within the pie diagram.

The default value of the SeriesColumnCount property is 0.

See Also