[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FpChart.SaveViewState

SaveViewState Method

SaveViewState()

Saves FpChart view state changes that have occurred since the page was posted back to the server.

Declaration
protected override object SaveViewState()
Protected Overrides Function SaveViewState() As Object
Returns
Type Description
object

Returns the FpChart's current view state. If there is no view state associated with the control, this method returns a null reference (Nothing in Visual Basic).

Overrides