ChartWizard.GetGroupIndex(WizardGroup) Method
Gets a Chart Wizard’s page group index, representing its position within the collection.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
group | WizardGroup | A WizardGroup object, whose index is to be obtained. |
Returns
Type | Description |
---|---|
Int32 | A zero-based integer specifying the group’s position within the collection. |
See Also