menu

WinForms

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

    Show / Hide Table of Contents

    Class KpiElement

    Represents the Key Performance Indicator(KPI) item.

    Inheritance
    System.Object
    Element
    KpiElement
    Implements
    ICloneable<Element>
    ICloneable<KpiElement>
    Inherited Members
    Element.ElementName
    Element.Name
    Element.Properties
    Element.RootNodeCaption
    Element.Visible
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Olap.Reports
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class KpiElement : Element, ICloneable<Element>, ICloneable<KpiElement>

    Constructors

    KpiElement()

    Initializes a new instance of the KpiElement class.

    Declaration
    public KpiElement()

    Properties

    ShowKPIGoal

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

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

    The value indicating whether to show the goal of KPI.

    ShowKPIStatus

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

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

    The value indicating whether to show the status of KPI.

    ShowKPITrend

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

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

    The value indicating whether to show the trend of KPI.

    ShowKPIValue

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

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

    The value indicating whether to show the value of KPI.

    UniqueName

    Gets or sets the unique name of KPI.

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

    The unique name of KPI

    Methods

    Clone()

    Clones this instance.

    Declaration
    public KpiElement Clone()
    Returns
    Type Description
    KpiElement

    A copy of this instance.

    Implements

    ICloneable<T>
    ICloneable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved