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

In This Topic
    _MirrorXyCartesianCoordinateSystemView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ownerView As ILayoutView, _
       ByVal coordinateSystemDefinition As ICoordinateSystemDefinition _
    )
    public _MirrorXyCartesianCoordinateSystemView( 
       ILayoutView ownerView,
       ICoordinateSystemDefinition coordinateSystemDefinition
    )

    Parameters

    ownerView
    coordinateSystemDefinition
    See Also