[VB] | Public Sub setText(text As String) |
[C#] | public void setText(string text); |
ChartDirector 5.1 (.NET Edition)
LegendBox.setText
Usage
[VB] | Public Sub setText(text As String) |
[C#] | public void setText(string text); |
Description
Arguments
Argument | Default | Description |
---|---|---|
text | (Mandatory) | The legend text template. |
Return Value