menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VirtualKpiElement - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VirtualKpiElement

    Represents the information needed for virtual KPI element.

    Inheritance
    System.Object
    Element
    VirtualKpiElement
    Inherited Members
    Element.Clone()
    Element.ElementName
    Element.Name
    Element.Properties
    Element.RootNodeCaption
    Element.Visible
    Namespace: Syncfusion.Olap.UWP.Reports
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class VirtualKpiElement : Element

    Constructors

    VirtualKpiElement()

    Declaration
    public VirtualKpiElement()

    Properties

    Expression

    Gets or sets the expression of virtual KPI element.

    Declaration
    public string Expression { get; set; }
    Property Value
    Type
    System.String

    KpiGoalExpression

    Gets or sets the expression of virtual KPI goal.

    Declaration
    public string KpiGoalExpression { get; set; }
    Property Value
    Type
    System.String

    KpiStatusExpression

    Gets or sets the expression of virtual KPI status.

    Declaration
    public string KpiStatusExpression { get; set; }
    Property Value
    Type
    System.String

    KpiTrendExpression

    Gets or sets the expression of virtual KPI trend.

    Declaration
    public string KpiTrendExpression { get; set; }
    Property Value
    Type
    System.String

    KpiValueExpression

    Gets or sets the expression of virtual KPI value.

    Declaration
    public string KpiValueExpression { get; set; }
    Property Value
    Type
    System.String

    ShowVirtualKPIGoal

    Gets or sets a value indicating whether to show the goal of virtual KPI.

    Declaration
    public bool ShowVirtualKPIGoal { get; set; }
    Property Value
    Type
    System.Boolean

    ShowVirtualKPIStatus

    Gets or sets a value indicating whether to show the status of virtual KPI.

    Declaration
    public bool ShowVirtualKPIStatus { get; set; }
    Property Value
    Type
    System.Boolean

    ShowVirtualKPITrend

    Gets or sets a value indicating whether to show the trend of virtual KPI.

    Declaration
    public bool ShowVirtualKPITrend { get; set; }
    Property Value
    Type
    System.Boolean

    ShowVirtualKPIValue

    Gets or sets a value indicating whether to show the value of virtual KPI.

    Declaration
    public bool ShowVirtualKPIValue { get; set; }
    Property Value
    Type
    System.Boolean

    StatusGraphic

    Gets or sets the status graphic.

    Declaration
    public string StatusGraphic { get; set; }
    Property Value
    Type
    System.String

    TrendGraphic

    Gets or sets the trend graphic.

    Declaration
    public string TrendGraphic { get; set; }
    Property Value
    Type
    System.String

    UniqueName

    Gets or sets the unique name of the virtual KPI element.

    Declaration
    public string UniqueName { get; }
    Property Value
    Type
    System.String

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved