[C#] | public bool makeChart(string filename); |
[VB] | Public Function makeChart(filename As String) As Boolean |
ChartDirector 7.1 (.NET Edition)
BaseChart.
Usage
[C#] | public bool makeChart(string filename); |
[VB] | Public Function makeChart(filename As String) As Boolean |
Description
Arguments
Argument | Default | Description |
---|---|---|
filename | (Mandatory) | The name of the file to save the image. |
Return Value