WPF

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

    Show / Hide Table of Contents

    Class ImageData

    Representing ImageData

    Inheritance
    System.Object
    ImageData
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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