Skip to main content
All docs
V24.2

WebChartControl.ExportToImage(String, DXImageFormat) Method

In This Article

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v24.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

#Declaration

public void ExportToImage(
    string filePath,
    DXImageFormat format
)

#Parameters

Name Type
filePath String
format DXImageFormat
See Also