Back to Devexpress

ImageAnnotation.Image Property

corelibraries-devexpress-dot-xtracharts-dot-imageannotation-1f294f07.md

latest1.9 KB
Original Source

ImageAnnotation.Image Property

Provides access to the image settings of an ImageAnnotation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public ChartImage Image { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Image As ChartImage

Property Value

TypeDescription
ChartImage

A ChartImage object which provides an image or a URL to it.

|

Remarks

To provide an image for a ChartControl‘s ImageAnnotation object, use the ChartImage.Image property.

For a WebChartControl, use the ChartImage.ImageUrl property, instead.

For more information, refer to Annotations.

See Also

ImageAnnotation Class

ImageAnnotation Members

DevExpress.XtraCharts Namespace