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

Annotation.ZOrder Property

Gets or sets the Z-Order of the annotation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int ZOrder { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the Z-Order. Objects with higher Z-Orders overlap objects with lower Z-Orders. The default is 0.

Remarks

The ZOrder property specifies the Z-Order for the Annotation class descendants.

See Also