ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / CustomAxis Class / Parent Property

In This Topic
    Parent Property (CustomAxis)
    In This Topic
    Gets or sets the main axis (X, Y or Z) on which to draw the custom axis.
    Syntax
    'Declaration
     
    Public Shadows Property Parent As Axis
    public new Axis Parent {get; set;}
    See Also