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