CallbackStateSaveEventArgs.SetPropertyValue(String, Object) Method
Sets a new value for the specified property on the WebChartControl.CallbackStateSave event.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v25.1.Web.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| propertyName | String | A String which specifies the name of the property. |
| value | Object | An object which specifies the new property value. |
Remarks
To get a value of a particular property, use the CallbackStateLoadEventArgs.GetPropertyValue method.
See Also