Annotation.ZOrder Property
In This Article
Gets or sets the Z-Order of the annotation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.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