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

In This Topic
    _autoOverflow Method (_DefaultAxisLabelLayoutPolicy)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _autoOverflow( _
       ByVal angle As Nullable(Of Double) _
    ) As Nullable(Of TextOverflow)
    public Nullable<TextOverflow> _autoOverflow( 
       Nullable<double> angle
    )

    Parameters

    angle
    See Also