Skip to main content
A newer version of this page is available. .

ImageAnnotation.Image Property

Provides access to the image settings of an ImageAnnotation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ChartImage Image { get; }

Property Value

Type Description
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