Skip to main content
A newer version of this page is available. .

ChartWizard Methods

The Chart Wizard used to design a chart at runtime.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetGroupIndex(WizardGroup) Gets a Chart Wizard’s page group index, representing its position within the collection.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
LoadLayoutFromRegistry(String) Loads a Wizard’s layout stored at the specified system registry path.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RegisterGroup(String) Creates a new group of pages and appends it to the Wizard’s group list.
SaveLayoutToRegistry(String) Enables you to save the Wizard’s layout to a system registry path.
ShowDialog() Invokes the Chart Wizard for the chart control.
ShowDialog(UserLookAndFeel, Boolean) Invokes the Chart Wizard for the chart control with the Look And Feel painting scheme applied and specified topmost parameter indicating whether the chart wizard is displayed topmost.
ShowDialog(UserLookAndFeel) Invokes the Chart Wizard for the chart control with Look And Feel painting scheme applied.
ShowDialog(Boolean) Invokes the Chart Wizard for the chart control with the specified topmost parameter indicating whether the chart wizard is displayed on top.
ToString() Returns a string that represents the current object. Inherited from Object.
UnregisterGroup(WizardGroup) Removes the specified group of pages from the Chart Wizard instance.
See Also