WPF

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

    Show / Hide Table of Contents

    Class NamedSet

    Initializes a new instance for NamedSet class.

    Inheritance
    System.Object
    NamedSet
    Implements
    IAxisElement
    Namespace: Syncfusion.Windows.Chart.Olap
    Assembly: Syncfusion.OlapChart.WPF.dll
    Syntax
    public class NamedSet : DependencyObject, IAxisElement

    Constructors

    NamedSet()

    Declaration
    public NamedSet()

    Fields

    DimensionNameProperty

    Identifies the dependency property for the DimensionName.

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

    DimensionUniqueNameProperty

    Identifies the dependency property for the DimensionUniqueName.

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

    Properties

    DimensionName

    Gets or sets the name of the dimension.

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

    The name of the dimension.

    DimensionUniqueName

    Gets or sets the name of the dimension unique.

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

    The name of the dimension unique.

    Name

    Gets or sets the name of the NamedSet.

    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