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

In This Topic
    _LegendOverlayDefinition Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plotDefinition As IPlotDefinition, _
       ByVal legendType As LegendType _
    )
    public _LegendOverlayDefinition( 
       IPlotDefinition plotDefinition,
       LegendType legendType
    )

    Parameters

    plotDefinition
    legendType
    See Also