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

In This Topic
    layout Method (_BaseBarRectangleDataPointViewLayout)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function layout( _
       ByVal rectangle As IRectangle, _
       ByVal swap As Boolean _
    ) As IRectangle
    public virtual IRectangle layout( 
       IRectangle rectangle,
       bool swap
    )

    Parameters

    rectangle
    swap
    See Also