Class SubSet
Represents a SubSet class.
Inheritance
System.Object
    SubSet
  Implements
Namespace: Syncfusion.Windows.Gauge.Olap
Assembly: Syncfusion.OlapGauge.WPF.dll
Syntax
public class SubSet : DependencyObject, IAxisElement
  Constructors
SubSet()
Declaration
public SubSet()
  Fields
EndIndexProperty
Identifies the dependency property for EndIndex.
Declaration
public static readonly DependencyProperty EndIndexProperty
  Field Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
StartIndexProperty
Identifies the dependency property for StartIndex.
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 the name for the SubSet element.
Declaration
public string Name { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
StartIndex
Gets or sets the start index.
Declaration
public int StartIndex { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The start index.  |