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 |