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

In This Topic
    _OrdinalDimensionValue Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal key As DataValueType, _
       ByVal dimensionValueGroupKeys As List(Of IDimensionValueGroupKey) _
    )
    public _OrdinalDimensionValue( 
       DataValueType key,
       List<IDimensionValueGroupKey> dimensionValueGroupKeys
    )

    Parameters

    key
    dimensionValueGroupKeys
    See Also