WPF

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

    Show / Hide Table of Contents

    Class SubSet

    Represents a SubSet class.

    Inheritance
    System.Object
    SubSet
    Implements
    IAxisElement
    Namespace: Syncfusion.Windows.Chart.Olap
    Assembly: Syncfusion.OlapChart.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 Description
    System.Windows.DependencyProperty

    StartIndexProperty

    Identifies the dependency property for StartIndex.

    Declaration
    public static readonly DependencyProperty StartIndexProperty
    Field Value
    Type Description
    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 of the subset element.

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

    StartIndex

    Gets or sets the start index.

    Declaration
    public int StartIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    The start index.

    Implements

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