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

In This Topic
    _getAnnoNumber Method (IRadialAxisView)
    In This Topic
    Syntax
    'Declaration
     
    Function _getAnnoNumber( _
       ByVal isVert As Boolean, _
       ByVal axisSize As Double, _
       ByVal annoSize As ISize _
    ) As Double
    double _getAnnoNumber( 
       bool isVert,
       double axisSize,
       ISize annoSize
    )

    Parameters

    isVert
    axisSize
    annoSize
    See Also