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

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

    Parameters

    isVert
    axisSize
    annoSize
    See Also