ActiveReports.Chart Request technical support
ZOrder Property
See Also 


Gets or sets the Z position of the series on the chart.

Syntax

Visual Basic (Declaration) 
Public Property ZOrder As Single
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As Single
 
instance.ZOrder = value
 
value = instance.ZOrder
C# 
public float ZOrder {get; set;}

Remarks

The LayersSchemeManager may modify this property automatically.

See Also