DiagramPageTabCollection.AddRange(DiagramPageTab[]) Method
Appends an array of page tabs of the specified type to the current collection of hidden page tabs.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v22.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
hiddenTabs | DiagramPageTab[] | An array of DiagramPageTab enumeration values, which specify page tabs to append to the collection. |
Remarks
The page tabs added to this collection will be hidden in the Chart Wizard.
See Also