ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IAxisView Interface / _adjustOrigin Method

In This Topic
    _adjustOrigin Method (IAxisView)
    In This Topic
    Syntax
    'Declaration
     
    Sub _adjustOrigin( _
       ByVal otherOption As IAxisOption, _
       ByVal otherAxisView As IAxisView _
    ) 
    void _adjustOrigin( 
       IAxisOption otherOption,
       IAxisView otherAxisView
    )

    Parameters

    otherOption
    otherAxisView
    See Also