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

In This Topic
    _TextPointViewRectangleOverlayItemViewAttachmentAgent Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pointView As _TextCartesianPointView, _
       ByVal overlayItemViews As List(Of IOverlayItemView) _
    )
    public _TextPointViewRectangleOverlayItemViewAttachmentAgent( 
       _TextCartesianPointView pointView,
       List<IOverlayItemView> overlayItemViews
    )

    Parameters

    pointView
    overlayItemViews
    See Also