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