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

In This Topic
    _AxisCategoryModel Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal categoryValues As List(Of ICategoryValueView) _
    )
    public _AxisCategoryModel( 
       List<ICategoryValueView> categoryValues
    )

    Parameters

    categoryValues
    See Also