menu

WPF

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

    Show / Hide Table of Contents

    Class KpiGraphic

    Initializes new instance for KpiGraphic class.

    Inheritance
    System.Object
    KpiGraphic
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools.Olap
    Assembly: Syncfusion.OlapTools.WPF.dll
    Syntax
    public class KpiGraphic

    Constructors

    KpiGraphic()

    Declaration
    public KpiGraphic()

    Properties

    ImagePath

    Gets or sets the image source of the KpiGraphic.

    Declaration
    public ImageSource ImagePath { get; set; }
    Property Value
    Type Description
    System.Windows.Media.ImageSource

    The image path.

    Title

    Gets or sets the title of the KpiGraphic.

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

    The title.

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