menu

WPF

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

    Show / Hide Table of Contents

    Class ReportKpiElement

    Describes a KPI element.

    Inheritance
    System.Object
    ReportKpiElement
    Namespace: Syncfusion.Windows.Shared.Olap
    Assembly: Syncfusion.OlapShared.WPF.dll
    Syntax
    public class ReportKpiElement : DependencyObject

    Constructors

    ReportKpiElement()

    Initializes a new instance of the ReportKpiElement class.

    Declaration
    public ReportKpiElement()

    Fields

    NameProperty

    Using a DependencyProperty as the backing store for Name. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty NameProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ShowKPIGoalProperty

    Using a DependencyProperty as the backing store for ShowKPIGoal. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ShowKPIGoalProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ShowKPIStatusProperty

    Using a DependencyProperty as the backing store for ShowKPIStatus. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ShowKPIStatusProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ShowKPITrendProperty

    Using a DependencyProperty as the backing store for ShowKPITrend. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ShowKPITrendProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ShowKPIValueProperty

    Using a DependencyProperty as the backing store for ShowKPIValue. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ShowKPIValueProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Name

    Gets or sets the name.

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

    The name.

    ShowKPIGoal

    Gets or sets a value indicating whether [show KPI goal].

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

    true if [show KPI goal]; otherwise, false.

    ShowKPIStatus

    Gets or sets a value indicating whether [show KPI status].

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

    true if [show KPI status]; otherwise, false.

    ShowKPITrend

    Gets or sets a value indicating whether [show KPI trend].

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

    true if [show KPI trend]; otherwise, false.

    ShowKPIValue

    Gets or sets a value indicating whether [show KPI value].

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

    true if [show KPI value]; otherwise, false.

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