Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
Visual Basic (Declaration) |
---|
Public Sub SetLegend( _ ByVal legendTitle As String, _ ByVal legendStart As String, _ ByVal legendEnd As String _ ) |
C# |
---|
public void SetLegend( string legendTitle, string legendStart, string legendEnd ) |
C++ |
---|
public: void SetLegend( String legendTitle, String legendStart, String legendEnd ) sealed |
J# |
---|
public void SetLegend( string legendTitle, string legendStart, string legendEnd ) |
JScript |
---|
public
function SetLegend( legendTitle : String, legendStart : String, legendEnd : String ) |