WizardGroup.GetEnumerator() Method
Returns an enumerator that can iterate through the collection of ChartWizard groups.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Returns
Type | Description |
---|---|
IEnumerator | An object which implements the IEnumerator interface. |
Remarks
Enumerators can be used to read the data in the collection, but they cannot be used to modify the underlying collection.
See Also