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

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

    Parameters

    label
    labelRectangle
    limitRectangle
    See Also