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