ChartImageElement
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
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
C#
protected ChartImageElement()
Fields
C#
public static RadProperty ImageAlignmentProperty
C#
public static RadProperty ImageIndexProperty
C#
public static RadProperty ImageKeyProperty
C#
public static RadProperty ImageLayoutProperty
C#
public static RadProperty ImageOpacityProperty
C#
public static RadProperty ImageProperty
Properties
Gets or sets the image.
C#
[TypeConverter(typeof(ImageTypeConverter))]
public Image Image { get; set; }
The image.
Gets or sets the image alignment.
C#
public ContentAlignment ImageAlignment { get; set; }
The image alignment.
Gets or sets the imafe index.
C#
[RelatedImageList("ElementTree.Control.ImageList")]
[TypeConverter("Telerik.WinControls.UI.Design.NoneExcludedImageIndexConverter, Telerik.WinControls.UI.Design, Version=2026.2.702.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
public int ImageIndex { get; set; }
The index of the image.
Gets or sets the image key.
C#
[RelatedImageList("ElementTree.Control.ImageList")]
[TypeConverter("Telerik.WinControls.UI.Design.RadImageKeyConverter, Telerik.WinControls.UI.Design, Version=2026.2.702.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
public string ImageKey { get; set; }
The image key.
Gets or sets the image layout.
C#
public ImageLayout ImageLayout { get; set; }
The image layout.
Gets or sets the image opacity.
C#
public float ImageOpacity { get; set; }
The image opacity.