menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Dimension - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Dimension

    This class holds the members of hierarchical elements.

    Inheritance
    System.Object
    Dimension
    Implements
    IAxisElement
    Namespace: Syncfusion.Windows.Grid.Olap
    Assembly: Syncfusion.OlapGrid.WPF.dll
    Syntax
    public class Dimension : DependencyObject, IAxisElement

    Constructors

    Dimension()

    Declaration
    public Dimension()

    Fields

    DimensionTypeProperty

    Using a DependencyProperty as the backing store for DimensionType. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty DimensionTypeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HierarchyNameProperty

    Using a DependencyProperty as the backing store for HierarchyName. This enables animation, styling, binding, etc...

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

    IncludeMembersProperty

    Using a DependencyProperty as the backing store for IncludeMembers. This enables animation, styling, binding, etc...

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

    LevelNameProperty

    Using a DependencyProperty as the backing store for LevelName. This enables animation, styling, binding, etc...

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

    MemberPropertiesProperty

    Using a DependencyProperty as the backing store for MemberProperties. This enables animation, styling, binding, etc...

    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.

    Implements

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