WebChartControl.LoadFromXml(String) Method
Applies the chart layout, specified as parameter, to the chart.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v25.1.Web.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| layoutXml | String | A String value, specifying the chart layout in XML format. |
See Also