ChartSerializer.Reset Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resets all chart properties marked for serialization.
public:
void Reset();
public void Reset ();
member this.Reset : unit -> unit
Public Sub Reset ()
Remarks
By default, this method resets all chart properties to their default values.
To limit the chart properties that are reset to their defaults, use the Content, SerializableContent and NonSerializableContent properties.
Note that this method is also called automatically when a Load
method is used and the IsResetWhenLoading property is set to true
.