ClassChartImageElement
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public abstract class ChartImageElement : UIChartElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartImageElement
Derived Classes:
Implements:
Inherited Members
Constructors
ChartImageElement()
Declaration
cs-api-definition
protected ChartImageElement()
Fields
ImageAlignmentProperty
Declaration
cs-api-definition
public static RadProperty ImageAlignmentProperty
Field Value
ImageOpacityProperty
Declaration
cs-api-definition
public static RadProperty ImageOpacityProperty
Field Value
Properties
Image
Gets or sets the image.
Declaration
cs-api-definition
[TypeConverter(typeof(ImageTypeConverter))]
public Image Image { get; set; }
Property Value
The image.
ImageAlignment
Gets or sets the image alignment.
Declaration
cs-api-definition
public ContentAlignment ImageAlignment { get; set; }
Property Value
The image alignment.
ImageIndex
Gets or sets the imafe index.
Declaration
cs-api-definition
[RelatedImageList("ElementTree.Control.ImageList")]
[TypeConverter("Telerik.WinControls.UI.Design.NoneExcludedImageIndexConverter, Telerik.WinControls.UI.Design, Version=2026.1.217.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
public int ImageIndex { get; set; }
Property Value
The index of the image.
ImageKey
Gets or sets the image key.
Declaration
cs-api-definition
[RelatedImageList("ElementTree.Control.ImageList")]
[TypeConverter("Telerik.WinControls.UI.Design.RadImageKeyConverter, Telerik.WinControls.UI.Design, Version=2026.1.217.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
public string ImageKey { get; set; }
Property Value
The image key.
ImageLayout
Gets or sets the image layout.
Declaration
cs-api-definition
public ImageLayout ImageLayout { get; set; }
Property Value
The image layout.
ImageOpacity
Gets or sets the image opacity.
Declaration
cs-api-definition
public float ImageOpacity { get; set; }
Property Value
The image opacity.