Class TopCountElement
Represents the information needed for top-count.
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.Reports
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class TopCountElement : Element, ICloneable<Element>, ICloneable<TopCountElement>
Constructors
TopCountElement()
Initializes a new instance of the TopCountElement class.
Declaration
public TopCountElement()
TopCountElement(AxisPosition, Int32)
Initializes a new instance of the TopCountElement class.
Declaration
public TopCountElement(AxisPosition axis, int fieldCount)
Parameters
Type | Name | Description |
---|---|---|
AxisPosition | axis | The axis. |
System.Int32 | fieldCount | The field count. |
Properties
Axis
Gets or sets the axis position.
Declaration
public AxisPosition Axis { get; set; }
Property Value
Type | Description |
---|---|
AxisPosition | The axis position. |
FieldCount
Gets or sets the field count.
Declaration
public int FieldCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The field count. |
MeasureName
Gets or sets the name of the measure.
Declaration
public string MeasureName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the measure. |
Methods
Clone()
Clones this instance.
Declaration
public TopCountElement Clone()
Returns
Type | Description |
---|---|
TopCountElement | A copy of this instance. |