ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BuildInReferenceLineLabelLayoutInjectorCollection Class / injectReferenceLineLabelLayout Method

In This Topic
    injectReferenceLineLabelLayout Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub injectReferenceLineLabelLayout( _
       ByVal owner As ICartesianReferenceLineOverlayItemView, _
       ByVal options As List(Of IConfigPluginOption), _
       Optional ByVal pluginCollection As PluginCollection _
    ) 
    public void injectReferenceLineLabelLayout( 
       ICartesianReferenceLineOverlayItemView owner,
       List<IConfigPluginOption> options,
       PluginCollection pluginCollection
    )

    Parameters

    owner
    options
    pluginCollection
    See Also