menu

UWP

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

    Show / Hide Table of Contents

    Class Kpi

    Represents a KPI within a cube.

    Inheritance
    System.Object
    Kpi
    Implements
    System.IDisposable
    Namespace: Syncfusion.Olap.UWP.Data
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class Kpi : Object, IDisposable

    Constructors

    Kpi()

    Initializes a new instance of the Kpi class.

    Declaration
    public Kpi()

    Properties

    Caption

    Gets or sets the caption.

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

    The caption.

    Description

    Gets or sets the description.

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

    The description.

    DisplayFolder

    Gets or sets the display folder.

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

    The display folder as string.

    GroupName

    Gets the measure group name of the KPIs.

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

    Name

    Gets or sets the name.

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

    The name as string.

    ParentCubeSchema

    Gets or sets the parent cube schema.

    Declaration
    public CubeSchema ParentCubeSchema { get; set; }
    Property Value
    Type Description
    CubeSchema

    parent cube schema.

    Properties

    Gets the properties.

    Declaration
    public PropertyCollection Properties { get; set; }
    Property Value
    Type Description
    PropertyCollection

    The properties.

    StatusGraphic

    Gets or sets the status graphic.

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

    The status graphic as string.

    TrendGraphic

    Gets or sets the trend graphic.

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

    The trend graphic as string.

    UniqueName

    Gets or sets the unique name.

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

    The unique name as string.

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    ToString()

    Returns a System.String that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents this instance.

    Implements

    System.IDisposable

    Extension Methods

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