Class TopCountElement
Represents the information needed for top-count.
Inherited Members
Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class TopCountElement : Element
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. |