ActiveReports Developer 7
Parent Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > CustomAxis Class : Parent Property

Glossary Item Box

Gets or sets the main axis (X, Y or Z) on which to draw the custom axis.

Syntax

Visual Basic (Declaration) 
Public Shadows Property Parent As Axis
C# 
public new Axis Parent {get; set;}

See Also