WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Kpi

    Show / Hide Table of Contents

    Class Kpi

    Class that holds the members of KPI.

    Inheritance
    System.Object
    Kpi
    Implements
    IAxisElement
    Namespace: Syncfusion.Windows.Chart.Olap
    Assembly: Syncfusion.OlapChart.WPF.dll
    Syntax
    public class Kpi : DependencyObject, IAxisElement

    Constructors

    Kpi()

    Declaration
    public Kpi()

    Fields

    ShowGoalProperty

    Identifies the dependency property for ShowGoal.

    Declaration
    public static readonly DependencyProperty ShowGoalProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ShowStatusProperty

    Identifies the dependency property for ShowStatus.

    Declaration
    public static readonly DependencyProperty ShowStatusProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ShowTrendProperty

    Identifies the dependency property for ShowTrend.

    Declaration
    public static readonly DependencyProperty ShowTrendProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ShowValueProperty

    Identifies the dependency property for ShowValue.

    Declaration
    public static readonly DependencyProperty ShowValueProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Name

    Gets or sets the name.

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

    The name.

    ShowGoal

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

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

    true if [show goal]; otherwise, false.

    ShowStatus

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

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

    true if [show status]; otherwise, false.

    ShowTrend

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

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

    true if [show trend]; otherwise, false.

    ShowValue

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

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

    true if [show value]; otherwise, false.

    Implements

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