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

In This Topic
    adjustLabel Method (_DefaultLabelAdjustmentPolicy)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub adjustLabel( _
       ByVal label As ILabelView, _
       ByVal labelRectangle As IRectangle, _
       ByVal limitRectangle As IRectangle _
    ) 
    public void adjustLabel( 
       ILabelView label,
       IRectangle labelRectangle,
       IRectangle limitRectangle
    )

    Parameters

    label
    labelRectangle
    limitRectangle
    See Also