ActiveReports Developer 7
ZOrder Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > Series Class : ZOrder Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property ZOrder As System.Single
C# 
public System.float ZOrder {get; set;}

Remarks

The LayersSchemeManager may modify this property automatically.

See Also