Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NOrdinalScaleLabelTextProvider Class / ProvideText Method


In This Topic
    ProvideText Method (NOrdinalScaleLabelTextProvider)
    In This Topic
    Provides the text for the specified value
    Syntax
    'Declaration
     
    
    Public Overrides Function ProvideText( _
       ByVal range As NRangeInfo, _
       ByVal value As System.Double _
    ) As System.String
    'Usage
     
    
    Dim instance As NOrdinalScaleLabelTextProvider
    Dim range As NRangeInfo
    Dim value As System.Double
    Dim value As System.String
     
    value = instance.ProvideText(range, value)
    public override System.string ProvideText( 
       NRangeInfo range,
       System.double value
    )

    Parameters

    range
    value
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also