Class Kpi
Class that holds the members of KPI.
Inheritance
System.Object
Kpi
Implements
Namespace: Syncfusion.Windows.Chart.Olap
Assembly: Syncfusion.OlapChart.WPF.dll
Syntax
public class Kpi : DependencyObject, IAxisElement
Constructors
Kpi()
Declaration
public Kpi()
Fields
ShowGoalProperty
Identifies the dependency property for ShowGoal.
Declaration
public static readonly DependencyProperty ShowGoalProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowStatusProperty
Identifies the dependency property for ShowStatus.
Declaration
public static readonly DependencyProperty ShowStatusProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowTrendProperty
Identifies the dependency property for ShowTrend.
Declaration
public static readonly DependencyProperty ShowTrendProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowValueProperty
Identifies the dependency property for ShowValue.
Declaration
public static readonly DependencyProperty ShowValueProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
ShowGoal
Gets or sets a value indicating whether [show goal].
Declaration
public bool ShowGoal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowStatus
Gets or sets a value indicating whether [show status].
Declaration
public bool ShowStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowTrend
Gets or sets a value indicating whether [show trend].
Declaration
public bool ShowTrend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowValue
Gets or sets a value indicating whether [show value].
Declaration
public bool ShowValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|