Skip to main content

ImageAnnotation.Image Property

Provides access to the image settings of an ImageAnnotation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[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