WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalculatedMember

    Show / Hide Table of Contents

    Class CalculatedMember

    Represents the CalculatedMember class.

    Inheritance
    System.Object
    CalculatedMember
    Namespace: Syncfusion.Windows.Gauge.Olap
    Assembly: Syncfusion.OlapGauge.WPF.dll
    Syntax
    public class CalculatedMember : DependencyObject

    Constructors

    CalculatedMember()

    Declaration
    public CalculatedMember()

    Fields

    AxisPositionProperty

    Identifies the dependency property for AxisPosition.

    Declaration
    public static readonly DependencyProperty AxisPositionProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ElementHierarchyNameProperty

    Identifies the dependency property for ElementHierarchyName.

    Declaration
    public static readonly DependencyProperty ElementHierarchyNameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ElementLevelNameProperty

    Identifies the dependency property for ElementLevelName.

    Declaration
    public static readonly DependencyProperty ElementLevelNameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ElementNameProperty

    Identifies the dependency property for ElementName.

    Declaration
    public static readonly DependencyProperty ElementNameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ExpressionProperty

    Identifies the dependency property for Expression.

    Declaration
    public static readonly DependencyProperty ExpressionProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    MemberTypeProperty

    Identifies the dependency property for MemberType.

    Declaration
    public static readonly DependencyProperty MemberTypeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    NameProperty

    Identifies the dependency property for Name.

    Declaration
    public static readonly DependencyProperty NameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    UniqueNameProperty

    Identifies the dependency property for UniqueName.

    Declaration
    public static readonly DependencyProperty UniqueNameProperty
    Field Value
    Type Description
    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 name of the unique.

    Declaration
    public string UniqueName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the unique.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved