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

In This Topic
    getTokenValue Method (_SankeyRadialNodeTooltipTextProxy)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function getTokenValue( _
       ByVal token As String, _
       ByVal path As String, _
       ByVal index As Nullable(Of Double) _
    ) As IValue
    public override IValue getTokenValue( 
       string token,
       string path,
       Nullable<double> index
    )

    Parameters

    token
    path
    index
    See Also