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. |