ChartSerializer.Reset Method

Definition

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.

Applies to