DxChartBase.ExportAsync Method
| Name | Parameters | Description |
|---|---|---|
| ExportAsync(ChartExportFormat, Nullable<Int32>, Nullable<Color>) | format, margin, backgroundColor | Encodes the chart to a string in a specified format with the given margin and background. |
| ExportAsync(String, ChartExportFormat, Nullable<Int32>, Nullable<Color>) | fileName, format, margin, backgroundColor | Exports chart data to a file in the specified format. |