ChartControlExtension.ExportToImage(ChartControlSettings, Object, DXImageFormat) Method
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public static ActionResult ExportToImage(
ChartControlSettings settings,
object dataObject,
DXImageFormat format
)
Parameters
Name | Type |
---|---|
settings | ChartControlSettings |
dataObject | Object |
format | DXImageFormat |
Returns
Type |
---|
ActionResult |
See Also