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

In This Topic
    isRangeValueField Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function isRangeValueField( _
       ByVal token As String, _
       ByVal plotView As ICartesianPlotView _
    ) As Boolean
    public static bool isRangeValueField( 
       string token,
       ICartesianPlotView plotView
    )

    Parameters

    token
    plotView
    See Also