ActiveReports.Chart Request technical support
Parent Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Property Parent As Axis
Visual Basic (Usage)Copy Code
Dim instance As CustomAxis
Dim value As Axis
 
instance.Parent = value
 
value = instance.Parent
C# 
public Axis Parent {get; set;}

See Also