Class Axis
Represents the information needed for axis elements.
Inheritance
System.Object
Axis
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.MDXQueryParser
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class Axis
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 |