GetLegendItemName Method (IchimokuCloud)
In This Topic
Gets the legend item name.
Syntax
'Declaration
Public Function GetLegendItemName( _
ByVal As Integer _
) As String
public string GetLegendItemName(
int
)
Parameters
- index
- The legend item index.
Return Value
Legend item name.
See Also