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

In This Topic
    _measure Method (SjsItemizedLegendContendView)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function _measure( _
       ByVal render As IRender, _
       ByVal contentSize As ISize _
    ) As IRectangleViewMetricsResult
    public override IRectangleViewMetricsResult _measure( 
       IRender render,
       ISize contentSize
    )

    Parameters

    render
    contentSize
    See Also