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

ImageAnnotationModel.Image Property

Returns the model of the image of the modeled annotation.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public ChartImageModel Image { get; }

Property Value

Type Description
ChartImageModel

The model of the annotation image.

See Also