Back to Devexpress

DxChartBase.ExportAsync Method

blazor-devexpress-dot-blazor-dot-dxchartbase-dot-exportasync.md

latest799 B
Original Source

DxChartBase.ExportAsync Method

NameParametersDescription
ExportAsync(ChartExportFormat, Nullable<Int32>, Nullable<Color>)format, margin, backgroundColorEncodes 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, backgroundColorExports chart data to a file in the specified format.