Class ImageData
Representing ImageData
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.Chart.Olap
Assembly: Syncfusion.OlapChart.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 | Name of the image. |
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. |
Events
PropertyChanged
Represents the method that will handle the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event raised when a property is changed on a component.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged