Represents an object, which defines how the data in RadPivotMap will be presented. Each PivotMapGroupDefinitionBase defines an additional level in the hierarchy. If there are no such objects, the RadPivotMap control will display all its items in a single level.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class PivotMapGroupDefinitionBase : DefinitionBase, INotifyPropertyChanged
Inheritance: objectInheritanceContextPropagatorDefinitionBasePivotMapGroupDefinitionBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the PivotMapGroupDefinitionBase class.
C#
public PivotMapGroupDefinitionBase()
Fields
MemberProperty
DependencyProperty
Identifies the Member dependency property.
C#
public static readonly DependencyProperty MemberProperty
Properties
Methods
Configures the layout strategy.
C#
protected override void ConfigureLayoutStrategy()
Overrides:
Configures the mappings.
C#
protected override void ConfigureMappings()
Overrides:
Configures the style mapping.
C#
protected override void ConfigureStyleMapping()
Overrides: