ChartControl.ExportToHtml Method
Name | Parameters | Description |
---|---|---|
Export |
stream, options | Exports a chart to the specified stream in HTML format using the specified HTML-specific options. |
Export |
stream, html |
Obsolete. Exports the chart’s layout to an HTML document with the specified encoding and title and sends it to the specified stream. |
Export |
file |
Exports a chart to the specified file path in HTML format using the specified HTML-specific options. |
Export |
file |
Obsolete. Exports the chart’s layout to an HTML file with the specified encoding and title. |