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 the chart to a file in a specified format with the given margin and background. |