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

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

    Parameters

    pointView
    overlayItem
    See Also