Class Kpi
Represents a KPI within a cube.
Inheritance
System.Object
Kpi
Implements
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class Kpi : DependencyObject, IAxisElement
Constructors
Kpi()
Declaration
public Kpi()
Fields
ShowGoalProperty
The show goal property
Declaration
public static readonly DependencyProperty ShowGoalProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowStatusProperty
The show status property
Declaration
public static readonly DependencyProperty ShowStatusProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowTrendProperty
The show trend property
Declaration
public static readonly DependencyProperty ShowTrendProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowValueProperty
The show value property
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 |
|