Class NamedSet
Initializes a new instance for NamedSet class.
Inheritance
System.Object
NamedSet
Implements
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 |
---|
System.Windows.DependencyProperty |
DimensionUniqueNameProperty
Identifies the dependency property for the DimensionUniqueName.
Declaration
public static readonly DependencyProperty DimensionUniqueNameProperty
Field Value
Type |
---|
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. |