ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _CoordinateSystemLayoutResult Class / _CoordinateSystemLayoutResult Constructor

In This Topic
    _CoordinateSystemLayoutResult Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plotLogicRect As IRectangle, _
       ByVal plotRect As IRectangle _
    )
    public _CoordinateSystemLayoutResult( 
       IRectangle plotLogicRect,
       IRectangle plotRect
    )

    Parameters

    plotLogicRect
    plotRect
    See Also