Defines the way that charts of the same Group are grouped.
Namespace: RSChartConsts
Delphi
|
type
TRSGroupStyle = (
gsNone,
gsStacked,
gsStacked100);
|
|
Name
|
Description
|
|
gsNone
|
No Stacking
|
|
gsStacked
|
Charts with the same Group are stacked on top of each other
|
|
gsStacked100
|
Charts with the same Group are stacked on top of each other but stretched to fill the entire axis range.
|
Top
|