Class ChartHierarchicalViewDescriptor
THis class represents the data mappings, used to describe hierarchical data for drill-down scenarios in RadChart.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ChartHierarchicalViewDescriptor : DependencyObject
Constructors
ChartHierarchicalViewDescriptor()
Initializes a new instance of the ChartHierarchicalViewDescriptor class.
Declaration
public ChartHierarchicalViewDescriptor()
Fields
RelationProperty
Identifies the Relation dependency property.
Declaration
public static readonly DependencyProperty RelationProperty
Field Value
System.Windows.DependencyProperty
|
SeriesMappingsProperty
Identifies the SeriesMappingsProperty dependency property.
Declaration
public static readonly DependencyProperty SeriesMappingsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Relation
Gets or sets the relation. Relations are used in hierarchy scenarios to obtain data from the parent data item.
Declaration
public IRelation Relation { get; set; }
Property Value
IRelation
The relation. |
SeriesMappings
Gets or sets the collection of SeriesMappings.
Declaration
public SeriesMappingCollection SeriesMappings { get; set; }
Property Value
SeriesMappingCollection
|