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

In This Topic
    _NativeDataLabelOverlayView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plotView As IPlotView, _
       ByVal definition As INativeDataLabelDefinition _
    )
    public _NativeDataLabelOverlayView( 
       IPlotView plotView,
       INativeDataLabelDefinition definition
    )

    Parameters

    plotView
    definition
    See Also