Class KpiGraphics
Represents the sign of KPIs used to differentiate status and trend
Inheritance
System.Object
    KpiGraphics
  Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public class KpiGraphics : Object
  Constructors
KpiGraphics()
Declaration
public KpiGraphics()
  Fields
Cylinder
Represents the sign of KPIs in cylinder.
Declaration
public const string Cylinder = "Cylinder"
  Field Value
| Type | 
|---|
| System.String | 
RoadSigns
Represents the sign of KPIs in road signs.
Declaration
public const string RoadSigns = "Traffic Light"
  Field Value
| Type | 
|---|
| System.String | 
StandardArrow
Represents the sign of KPIs in standard arrow.
Declaration
public const string StandardArrow = "Standard Arrow"
  Field Value
| Type | 
|---|
| System.String |