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

In This Topic
    _GradientLegendContentView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal gradientLegendView As ILinearLegendView, _
       ByVal data As ILinearLegendDataModel _
    )
    public _GradientLegendContentView( 
       ILinearLegendView gradientLegendView,
       ILinearLegendDataModel data
    )

    Parameters

    gradientLegendView
    data
    See Also