Class Dimension
Class that holds the members of Dimension.
Inheritance
System.Object
Dimension
Implements
Namespace: Syncfusion.Windows.Chart.Olap
Assembly: Syncfusion.OlapChart.WPF.dll
Syntax
public class Dimension : DependencyObject, IAxisElement
Constructors
Dimension()
Declaration
public Dimension()
Fields
DimensionTypeProperty
Identifies the dependency property for the type of Dimension.
Declaration
public static readonly DependencyProperty DimensionTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HierarchyNameProperty
Identifies the dependency property for the name of the Hierarchy.
Declaration
public static readonly DependencyProperty HierarchyNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IncludeMembersProperty
Identifies the dependency property for the IncludeMembers
Declaration
public static readonly DependencyProperty IncludeMembersProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LevelNameProperty
Identifies the dependency property for the name of the Level.
Declaration
public static readonly DependencyProperty LevelNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MemberPropertiesProperty
Identifies the dependency property for MemberProperties.
Declaration
public static readonly DependencyProperty MemberPropertiesProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
DimensionType
Gets or sets the type of the dimension.
Declaration
public DimesnionType DimensionType { get; set; }
Property Value
Type | Description |
---|---|
DimesnionType | The type of the dimension. |
HierarchyName
Gets or sets the name of the hierarchy.
Declaration
public string HierarchyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the hierarchy. |
IncludeMembers
Gets or sets the include members.
Declaration
public List<string> IncludeMembers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The include members. |
LevelName
Gets or sets the name of the level.
Declaration
public string LevelName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the level. |
MemberProperties
Gets or sets the member properties.
Declaration
public List<MemberProperty> MemberProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MemberProperty> | The member properties. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |