Class CalculatedMember
Represents Calculated Members/Measures.
Inheritance
Namespace: Syncfusion.Windows.Chart.Olap
Assembly: Syncfusion.OlapChart.WPF.dll
Syntax
public class CalculatedMember : DependencyObject
Constructors
CalculatedMember()
Declaration
public CalculatedMember()
Fields
AxisPositionProperty
// Using a DependencyProperty as the backing store for AxisPositionProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AxisPositionProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ElementHierarchyNameProperty
Identifies the dependency property for the ElementHierarchyName of CalculatedMember.
Declaration
public static readonly DependencyProperty ElementHierarchyNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ElementLevelNameProperty
Identifies the dependency property for the ElementLevelName of CalculatedMember.
Declaration
public static readonly DependencyProperty ElementLevelNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ElementNameProperty
Identifies the dependency property for the ElementName of CalculatedMember.
Declaration
public static readonly DependencyProperty ElementNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ExpressionProperty
Identifies the dependency property for the Expression of CalculatedMember.
Declaration
public static readonly DependencyProperty ExpressionProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MemberTypeProperty
Identifies the dependency property for the MemberType of CalculatedMember.
Declaration
public static readonly DependencyProperty MemberTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
NameProperty
Identifies the dependency property for the Name of CalculatedMember.
Declaration
public static readonly DependencyProperty NameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
UniqueNameProperty
Identifies the dependency property for the UniqueName of CalculatedMember.
Declaration
public static readonly DependencyProperty UniqueNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
AxisPosition
Gets or sets the axis position.
Declaration
public PositionOfAxis AxisPosition { get; set; }
Property Value
Type | Description |
---|---|
PositionOfAxis | The axis position. |
ElementHierarchyName
Gets or sets the name of the element hierarchy.
Declaration
public string ElementHierarchyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the element hierarchy. |
ElementLevelName
Gets or sets the name of the element level.
Declaration
public string ElementLevelName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the element level. |
ElementName
Gets or sets the name of the element.
Declaration
public string ElementName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the element. |
Expression
Gets or sets the expression.
Declaration
public string Expression { get; set; }
Property Value
Type | Description |
---|---|
System.String | The expression. |
MemberType
Gets or sets the type of the member.
Declaration
public MemberyType MemberType { get; set; }
Property Value
Type | Description |
---|---|
MemberyType | The type of the member. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
UniqueName
Gets or sets the unique name of the member.
Declaration
public string UniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the unique. |