Class ChartImageElement
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: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public abstract class ChartImageElement : UIChartElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Constructors
ChartImageElement()
Declaration
protected ChartImageElement()
Fields
ImageAlignmentProperty
ImageIndexProperty
ImageKeyProperty
ImageLayoutProperty
ImageOpacityProperty
ImageProperty
Properties
Image
Gets or sets the image.
Declaration
[RadPropertyDefaultValue("Image", typeof(UIChartElement))]
public Image Image { get; set; }
Property Value
System.Drawing.Image
The image. |
ImageAlignment
Gets or sets the image alignment.
Declaration
public ContentAlignment ImageAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
The image alignment. |
ImageIndex
Gets or sets the imafe index.
Declaration
[RadPropertyDefaultValue("ImageIndex", typeof(UIChartElement))]
public int ImageIndex { get; set; }
Property Value
System.Int32
The index of the image. |
ImageKey
Gets or sets the image key.
Declaration
[RadPropertyDefaultValue("ImageKey", typeof(UIChartElement))]
public string ImageKey { get; set; }
Property Value
System.String
The image key. |
ImageLayout
Gets or sets the image layout.
Declaration
public ImageLayout ImageLayout { get; set; }
Property Value
System.Windows.Forms.ImageLayout
The image layout. |
ImageOpacity
Gets or sets the image opacity.
Declaration
public float ImageOpacity { get; set; }
Property Value
System.Single
The image opacity. |
Explicit Interface Implementations
IImageElement.Image
Declaration
Image IImageElement.Image { get; set; }
Returns
System.Drawing.Image
|
Implements
IImageElement.ImageIndex
Declaration
int IImageElement.ImageIndex { get; set; }
Returns
System.Int32
|
Implements
IImageElement.ImageKey
Declaration
string IImageElement.ImageKey { get; set; }
Returns
System.String
|