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

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

    Parameters

    ownerView
    coordinateSystemDefinition
    See Also