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

In This Topic
    _XySymbolCartesianPointView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plotView As ICartesianSeriesView, _
       ByVal data As ICartesianPointDataModel, _
       ByVal pointStyleBuilder As IPointStyleBuilder _
    )
    public _XySymbolCartesianPointView( 
       ICartesianSeriesView plotView,
       ICartesianPointDataModel data,
       IPointStyleBuilder pointStyleBuilder
    )

    Parameters

    plotView
    data
    pointStyleBuilder
    See Also