Class TopCount
Represents a TopCount Class.
Inheritance
System.Object
TopCount
Implements
Namespace: Syncfusion.Windows.Chart.Olap
Assembly: Syncfusion.OlapChart.WPF.dll
Syntax
public class TopCount : DependencyObject, IAxisElement
Constructors
TopCount()
Declaration
public TopCount()
Fields
FieldCountProperty
Identifies the dependency property for FieldCount.
Declaration
public static readonly DependencyProperty FieldCountProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MeasureNameProperty
Identifies the dependency property for MeasureName.
Declaration
public static readonly DependencyProperty MeasureNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
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. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |