Class Kpi
Represents a KPI class.
Inheritance
System.Object
    Kpi
  Implements
Namespace: Syncfusion.Windows.Gauge.Olap
Assembly: Syncfusion.OlapGauge.WPF.dll
Syntax
public class Kpi : DependencyObject, IAxisElement
  Constructors
Kpi()
Declaration
public Kpi()
  Fields
ShowGoalProperty
Identifies the dependency property for ShowGoal in KPI.
Declaration
public static readonly DependencyProperty ShowGoalProperty
  Field Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
ShowStatusProperty
Identifies the dependency property for ShowStatus in KPI.
Declaration
public static readonly DependencyProperty ShowStatusProperty
  Field Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
ShowTrendProperty
Identifies the dependency property for ShowTrend in KPI.
Declaration
public static readonly DependencyProperty ShowTrendProperty
  Field Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
ShowValueProperty
Identifies the dependency property for ShowValue in KPI.
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 | 
  |