Class GroupingSettings
This class contains settings for data grouping and aggregation of the RadChart databinding engine.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class GroupingSettings : DependencyObject
Constructors
GroupingSettings()
Fields
GroupDescriptorsProperty
Identifies the Group
Declaration
public static readonly DependencyProperty GroupDescriptorsProperty
Field Value
System.
|
ShouldCreateSeriesForLastGroupProperty
Identifies the Should
Declaration
public static readonly DependencyProperty ShouldCreateSeriesForLastGroupProperty
Field Value
System.
|
ShouldFlattenSeriesProperty
Identifies the Should
Declaration
public static readonly DependencyProperty ShouldFlattenSeriesProperty
Field Value
System.
|
StackGroupFieldNameProperty
Identifies the Stack
Declaration
public static readonly DependencyProperty StackGroupFieldNameProperty
Field Value
System.
|
Properties
GroupDescriptors
Gets a collection of Chart
Declaration
public ChartGroupDescriptorCollection GroupDescriptors { get; }
Property Value
Chart The group descriptors. |
ShouldCreateSeriesForLastGroup
Gets or sets a value indicating whether RadChart should create series for last group or it will be used for aggregation functions only.
Declaration
public bool ShouldCreateSeriesForLastGroup { get; set; }
Property Value
System.
|
Remarks
The default value is false.
ShouldFlattenSeries
When this property is set to true it will instruct RadChart to combine all grouped series data points into a single series.
Declaration
public bool ShouldFlattenSeries { get; set; }
Property Value
System.
|
StackGroupFieldName
Gets or sets the field name used for databinding the StackGroup in case of StackedBar series.
Declaration
public string StackGroupFieldName { get; set; }
Property Value
System.
|