ChartMultilevelValue class
ChartMultilevelValue class
Represents a value for charts that display multilevel data.
Constructors
| Name | Description |
|---|---|
| ChartMultilevelValue(level1, level2, level3) | Initializes a new instance of this class that represents a three-level value. |
| ChartMultilevelValue(level1, level2) | Initializes a new instance of this class that represents a two-level value. |
| ChartMultilevelValue(level1) | Initializes a new instance of this class that represents a single-level value. |
Properties
| Name | Description |
|---|---|
| level1 | Gets the name of the chart top level that this value refers to. |
| level2 | Gets the name of the chart intermediate level that this value refers to. |
| level3 | Gets the name of the chart bottom level that this value refers to. |
See Also
- module aspose.words.drawing.charts