[C#] | public byte[] makeChart2(int format); |
[VB] | Public Function makeChart2(format As Integer) As Byte() |
ChartDirector 7.1 (.NET Edition)
BaseChart.
Usage
[C#] | public byte[] makeChart2(int format); |
[VB] | Public Function makeChart2(format As Integer) As Byte() |
Description
Arguments
Argument | Default | Description |
---|---|---|
format | (Mandatory) | A constant specifying the image format to use. |
Return Value