WizardChartPage Members
Obsolete. Represents a Chart Wizard page which enables modification of the properties of a chart, including its background color, fill style, background image and border options.Properties
Name | Description |
---|---|
Description | Gets the text of a banner in the upper section of the page, describing the page and available user activities. Inherited from WizardPage. |
Group | Gets a group of pages to which the current page belongs. Inherited from WizardPage. |
Header | Returns the header text of the wizard page. Inherited from WizardPage. |
HiddenPageTabs | Provides access to a collection of ChartPageTab enumeration values, representing the hidden tabs. |
Image | Gets an image displayed in the ChartWizard sidebar, symbolizing the page. Inherited from WizardPage. |
Label | Get the text string which is displayed to the right of the image, which symbolizes the page in the ChartWizard sidebar. Inherited from WizardPage. |
WizardPageType | Gets the Wizard page’s type. Inherited from WizardPage. |
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. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
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. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
Name | Description |
---|---|
ApplyChanges | Occurs when changes made by the user are about to be applied. Inherited from WizardPage. |
InitializePage | Occurs when the user-defined page is displayed. Inherited from WizardPage. |
See Also