Interface ISupportGrouping
Defines members for the classes representing series which can be grouped.
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public interface ISupportGrouping
Properties
Grouping
Gets or sets the value indicating how the series are grouped.
Declaration
SeriesGrouping Grouping { get; set; }
Property Value
SeriesGrouping
|