WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KpiElements - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KpiElements

    Represents the collection of KPI elements.

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

    Constructors

    KpiElements()

    Initializes a new instance of the KpiElements class.

    Declaration
    public KpiElements()

    Properties

    Elements

    Gets or sets the collection of KPI elements.

    Declaration
    public KpiElementCollection Elements { get; set; }
    Property Value
    Type Description
    KpiElementCollection

    The collection of KPI elements.

    Methods

    Add(String)

    Adds the KPI element with the specified name.

    Declaration
    public void Add(string name)
    Parameters
    Type Name Description
    System.String name

    The name of the KPI element.

    Add(String, Boolean, Boolean, Boolean, Boolean)

    Adds the KPI element with the specified name.

    Declaration
    public void Add(string name, bool kpiValue, bool kpiGoal, bool kpiStatus, bool kpiTrend)
    Parameters
    Type Name Description
    System.String name

    The name of the KPI element.

    System.Boolean kpiValue

    Indicates whether to show KPI value.

    System.Boolean kpiGoal

    Indicates whether to show KPI goal.

    System.Boolean kpiStatus

    Indicates whether to show KPI status.

    System.Boolean kpiTrend

    Indicates whether to show KPI trend.

    Clone()

    Clones this instance.

    Declaration
    public KpiElements Clone()
    Returns
    Type Description
    KpiElements

    A copy of this instance.

    Implements

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