WPF

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

    Show / Hide Table of Contents

    Class Dimension

    Class that holds the members of Dimension.

    Inheritance
    System.Object
    Dimension
    Implements
    IAxisElement
    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 Description
    System.Windows.DependencyProperty

    HierarchyNameProperty

    Identifies the dependency property for the name of the Hierarchy.

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

    IncludeMembersProperty

    Identifies the dependency property for the IncludeMembers

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

    LevelNameProperty

    Identifies the dependency property for the name of the Level.

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

    MemberPropertiesProperty

    Identifies the dependency property for MemberProperties.

    Declaration
    public static readonly DependencyProperty MemberPropertiesProperty
    Field Value
    Type Description
    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.

    Implements

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