Class ImageData
Creating Images and Corresponding Text to load the ColorPalettes and ChartTypes.
Inheritance
System.Object
ImageData
Implements
System.ComponentModel.INotifyPropertyChanged
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.Client.Olap
Assembly: Syncfusion.OlapClient.WPF.dll
Syntax
public class ImageData : INotifyPropertyChanged
Constructors
ImageData(String, String)
Initializes a new instance of the ImageData class.
Declaration
public ImageData(string imageName, string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | imageName | The image name. |
System.String | text | The text. |
Properties
ImageName
Gets or sets the name of the image.
Declaration
public string ImageName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the image. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text of ColorPalette/ChartType. |
Methods
NotifyPropertyChanged(String)
Notifies the property changed.
Declaration
protected void NotifyPropertyChanged(string property)
Parameters
Type | Name | Description |
---|---|---|
System.String | property | The property. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged