ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ItemizedRangePointLegendItem Class / _generateKey Method

In This Topic
    _generateKey Method (_ItemizedRangePointLegendItem)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _generateKey( _
       ByVal start As Double, _
       ByVal end As Double _
    ) As DataValueType
    public static DataValueType _generateKey( 
       double start,
       double end
    )

    Parameters

    start
    end
    See Also