ChartControlSettings.SaveStateOnCallbacks Property
Gets or sets a value indicating whether a chart’s view state should be saved between multiple callbacks.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to state a chart’s view state between callbacks; otherwise, false. |
Remarks
Use the SaveStateOnCallbacks property to decide if the current state of chart properties should be passed between a server and a client on callbacks. To reduce the amount of passed information, set the SaveStateOnCallbacks property to false.
See Also