ChartHierarchicalStringData(IEnumerable<String>[]) Constructor
Initializes a new instance of the ChartHierarchicalStringData class with specified settings.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| levels | IEnumerable<String>[] | A sequence of hierarchy levels. Each level is a string sequence. |
See Also