menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Axis - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Axis

    Represents the information needed for axis elements.

    Inheritance
    System.Object
    Axis
    Namespace: Syncfusion.Olap.UWP.MDXQueryParser
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class Axis : Object

    Constructors

    Axis()

    Initializes a new instance of the Axis class.

    Declaration
    public Axis()

    Properties

    Name

    Gets or sets the name of the axis.

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

    TupleSet

    Gets or sets the collection of tuple set.

    Declaration
    public TupleCollection TupleSet { get; }
    Property Value
    Type
    TupleCollection

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved