Class ReportKpiElement
Describes a KPI element.
Inheritance
Namespace: Syncfusion.Windows.Shared.Olap
Assembly: Syncfusion.OlapShared.WPF.dll
Syntax
public class ReportKpiElement : DependencyObject
Constructors
ReportKpiElement()
Initializes a new instance of the ReportKpiElement class.
Declaration
public ReportKpiElement()
Fields
NameProperty
Using a DependencyProperty as the backing store for Name. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty NameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowKPIGoalProperty
Using a DependencyProperty as the backing store for ShowKPIGoal. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ShowKPIGoalProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowKPIStatusProperty
Using a DependencyProperty as the backing store for ShowKPIStatus. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ShowKPIStatusProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowKPITrendProperty
Using a DependencyProperty as the backing store for ShowKPITrend. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ShowKPITrendProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowKPIValueProperty
Using a DependencyProperty as the backing store for ShowKPIValue. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ShowKPIValueProperty
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. |
ShowKPIGoal
Gets or sets a value indicating whether [show KPI goal].
Declaration
public bool ShowKPIGoal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowKPIStatus
Gets or sets a value indicating whether [show KPI status].
Declaration
public bool ShowKPIStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowKPITrend
Gets or sets a value indicating whether [show KPI trend].
Declaration
public bool ShowKPITrend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowKPIValue
Gets or sets a value indicating whether [show KPI value].
Declaration
public bool ShowKPIValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|