Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Legend Class / GetStringValue Method
The value index

In This Topic
    GetStringValue Method
    In This Topic
    Gets the string corresponding to the n-th value.
    Syntax
    'Declaration
     
    Protected Overridable Function GetStringValue( _
       ByVal n As Integer _
    ) As String
    protected virtual string GetStringValue( 
       int n
    )

    Parameters

    n
    The value index

    Return Value

    The string of the n-th value.
    Remarks
    Override this method to return a custom string.
    See Also