Skip to main content

ChartControl.ExportToHtml(String, HtmlExportOptions, PrintSizeMode) Method

In This Article

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public void ExportToHtml(
    string filePath,
    HtmlExportOptions options,
    PrintSizeMode sizeMode
)

#Parameters

Name Type
filePath String
options HtmlExportOptions
sizeMode PrintSizeMode
See Also