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

In This Topic
    _RectangularErrorBarPointAttachmentAgent Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pointView As ICartesianPointView, _
       ByVal overlayItem As _ErrorBarXyCartesianOverlayItemView _
    )
    public _RectangularErrorBarPointAttachmentAgent( 
       ICartesianPointView pointView,
       _ErrorBarXyCartesianOverlayItemView overlayItem
    )

    Parameters

    pointView
    overlayItem
    See Also