ChartWizard Members
Obsolete. The Chart Wizard used to design a chart at runtime.Constructors
Name | Description |
---|---|
ChartWizard(Object, IDesignerHost) | Creates a Wizard for the specified chart control. |
ChartWizard(Object) | Creates a Wizard for the specified chart control. |
Properties
Name | Description |
---|---|
AnnotationPage | Provides access to the Annotations page of the Chart Wizard. |
AppearancePage | Provides access to the Appearance page of the Chart Wizard. |
AxisPage | Provides access to the Axis page of the Chart Wizard. |
Caption | Gets or sets the text displayed in the title bar of the Chart Wizard window. |
ChartPage | Provides access to the Chart page of the Chart Wizard. |
ChartTypePage | Provides access to the Chart Type page of the Chart Wizard. |
ConstructionGroup | Gets the Construction group from the Chart Wizard‘s group collection. |
DataPage | Provides access to the Data page of the Chart Wizard. |
Description | Gets or sets the text that appears in the upper part of the Chart Wizard window next to the ChartWizard.LeftImage on the right. |
DiagramPage | Provides access to the Diagram page of the Chart Wizard. |
FilterSeriesTypes | Provides access to the collection used to hide the chart types available for selection within the Wizard. |
Groups | Gets or sets the Chart Wizard groups. |
Icon | Gets or sets the icon for the Chart Wizard window. |
LeftImage | Gets or sets the image displayed in the upper-left corner of the Chart Wizard window. |
LegendPage | Provides access to the Legend page of the Chart Wizard. |
Location | Gets or sets the coordinates of the upper-left corner of the Chart Wizard window. |
PanePage | Provides access to the Pane page of the Chart Wizard. |
PresentationGroup | Gets the Presentation group from the Chart Wizard‘s group collection. |
RightImage | Gets or sets the image displayed in the upper-right corner of the Chart Wizard window. |
SeriesLabelsPage | Provides access to the Point Labels page of the Chart Wizard. |
SeriesPage | Provides access to the Series page of the Chart Wizard. |
SeriesViewPage | Provides access to the Series Views page of the Chart Wizard. |
Size | Gets or sets the dimensions of the Chart Wizard window. |
SplitterPositionPercentage | Gets or sets the splitter position on pages that include a splitter. |
StartPosition | Gets or sets the initial position of the Chart Wizard form. |
TitlePage | Provides access to the Chart Titles page of the Chart Wizard. |
Methods
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