Enum SeriesGrouping
Denotes the possible types of grouping for a group of series.
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum SeriesGrouping
PercentStacked
Denotes the percent stacked type of grouping.
Stacked
Denotes the stacked type of grouping.
Standard
Denotes the standard type of grouping. For bar series, the series will be clustered.