Class ChartGroupDescriptor
This class describes how a particular grouping is carried out.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ChartGroupDescriptor : InheritanceContextPropagator
Constructors
ChartGroupDescriptor()
Initializes a new instance of the Chart
Declaration
public ChartGroupDescriptor()
ChartGroupDescriptor(String)
Initializes a new instance of the Chart
Declaration
public ChartGroupDescriptor(string member)
Parameters
System. The member. |
ChartGroupDescriptor(String, Type)
Initializes a new instance of the Chart
Declaration
public ChartGroupDescriptor(string member, Type memberType)
Parameters
System. The member. |
System. Type of the member. |
ChartGroupDescriptor(IGroupDescriptor)
Initializes a new instance of the Chart
Declaration
public ChartGroupDescriptor(IGroupDescriptor groupDescriptor)
Parameters
IGroup The group descriptor. |
Fields
MemberProperty
Identifies the Member dependency property.
Declaration
public static readonly DependencyProperty MemberProperty
Field Value
System.
|
MemberTypeProperty
Identifies the Member
Declaration
public static readonly DependencyProperty MemberTypeProperty
Field Value
System.
|
Properties
InnerDescriptor
Gets the inner descriptor.
Declaration
public IGroupDescriptor InnerDescriptor { get; }
Property Value
IGroup The inner descriptor. |
Member
Gets or sets the data member used for grouping.
Declaration
public string Member { get; set; }
Property Value
System. The member. |
MemberType
Gets or sets the type of the data member used for grouping.
Declaration
public Type MemberType { get; set; }
Property Value
System. The type of the member. |