ASPxClientWebChartControl.LoadFromObjectModel(serializedChartObjectModel) Method
In This Article
Loads a chart which should be customized from its object model.
#Declaration
TypeScript
LoadFromObjectModel(
serializedChartObjectModel: string
): void
#Parameters
Name | Type | Description |
---|---|---|
serialized |
string | A String object representing the chart model. |
See Also