Interface ISupportGrouping
Marks series containers that support visual grouping semantics such as clustering and stacking.
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public interface ISupportGrouping
Properties
Grouping
Gets or sets the grouping mode applied to contained series (standard, stacked, or percent-stacked).
Declaration
SeriesGrouping Grouping { get; set; }
Property Value
|
SeriesGrouping
|