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