Class SubSet
Class holds the information needed for subset functions
Inheritance
System.Object
SubSet
Implements
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class SubSet : DependencyObject, IAxisElement
Constructors
SubSet()
Declaration
public SubSet()
Fields
EndIndexProperty
The end index property
Declaration
public static readonly DependencyProperty EndIndexProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StartIndexProperty
The start index property
Declaration
public static readonly DependencyProperty StartIndexProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
EndIndex
Gets or sets the end index.
Declaration
public int EndIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The end index. |
Name
Gets or sets name of the Dimension.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
StartIndex
Gets or sets the start index.
Declaration
public int StartIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The start index. |