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

In This Topic
    _SankeyGroupingKey Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal from As DataValueType, _
       ByVal to As DataValueType _
    )
    public _SankeyGroupingKey( 
       DataValueType from,
       DataValueType to
    )

    Parameters

    from
    to
    See Also