menu

UWP

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

    Show / Hide Table of Contents

    Class KpiElements

    Represents the KPI element information.

    Inheritance
    System.Object
    Element
    KpiElements
    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 KpiElements : Element

    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.

    Extension Methods

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