Skip to main content
All docs
V23.2

ASPxGaugeControl.ExportToImage(String, DXImageFormat) Method

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v23.2.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public void ExportToImage(
    string filePath,
    DXImageFormat format
)

Parameters

Name Type
filePath String
format DXImageFormat
See Also