Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.v4.4 Assembly / Xceed.Chart Namespace / ChartControlState Class


In This Topic
    ChartControlState Class Methods
    In This Topic

    For a list of all members of this type, see ChartControlState members.

    Public Methods
     NameDescription
    Public MethodLoads an existing chart state to the chart control from a binary file. (Inherited from Xceed.Chart.Core.ChartControlStateBase)
    Public MethodLoads the chart control state from the passed stream. (Inherited from Xceed.Chart.Core.ChartControlStateBase)
    Public MethodLoads the control state from a XML string containing the binary state (Inherited from Xceed.Chart.Core.ChartControlStateBase)
    Public MethodSaves the control state to a XML string containing the binary state (Inherited from Xceed.Chart.Core.ChartControlStateBase)
    Public MethodSaves the current state of the chart control into a binary file. (Inherited from Xceed.Chart.Core.ChartControlStateBase)
    Public MethodSaves the chart control state in the passed stream. (Inherited from Xceed.Chart.Core.ChartControlStateBase)
    Top
    See Also