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

In This Topic
    _AxisLabel Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal axisLabelViews As List(Of IAxisLabelView) _
    )
    public _AxisLabel( 
       List<IAxisLabelView> axisLabelViews
    )

    Parameters

    axisLabelViews
    See Also