Skip to main content

ChartControlExtension.ExportToImage(ChartControlSettings, Object, String, DXImageFormat) Method

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static ActionResult ExportToImage(
    ChartControlSettings settings,
    object dataObject,
    string fileName,
    DXImageFormat format
)

Parameters

Name Type
settings ChartControlSettings
dataObject Object
fileName String
format DXImageFormat

Returns

Type
ActionResult
See Also