Back to Devexpress

Annotation.ZOrder Property

corelibraries-devexpress-dot-xtracharts-dot-annotation-0f899788.md

latest1.4 KB
Original Source

Annotation.ZOrder Property

Gets or sets the Z-Order of the annotation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int ZOrder { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property ZOrder As Integer

Property Value

TypeDescription
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

Annotation Class

Annotation Members

DevExpress.XtraCharts Namespace