Legend.GetStringValue Method

Gets the string corresponding to the n-th value.
Protected Overridable Function GetStringValue( _ 
ByVal n As Integer
) As String
This language is not supported or no code example is available.
protected virtual string GetStringValue( 
int n 
)
This language is not supported or no code example is available.

Parameters

n
int

The value index

Return Value

string

The string of the n-th value.

Remarks
 
Override this method to return a custom string.

.NET Framework

Supported in: 4.8

In this article

Definition