ChartMultilevelValue
Overview
ChartMultilevelValue is a class in Aspose.Words FOSS for .NET.
Represents a value for charts that display multilevel data.
This class provides 5 methods for working with ChartMultilevelValue objects in .NET programs.
Available methods include: ChartMultilevelValue, Equals, GetHashCode.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Level1, Level2, Level3.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Level1 | string | Read | Gets the name of the chart top level that this value refers to. |
Level2 | string | Read | Gets the name of the chart intermediate level that this value refers to. |
Level3 | string | Read | Gets the name of the chart bottom level that this value refers to. |
Methods
| Signature | Description |
|---|---|
ChartMultilevelValue(level1: string, level2: string, level3: string) | Initializes a new instance of this class that represents a three-level value. |
ChartMultilevelValue(level1: string, level2: string) | Initializes a new instance of this class that represents a two-level value. |
ChartMultilevelValue(level1: string) | Initializes a new instance of this class that represents a single-level value. |
GetHashCode() | Gets a hash code for the current multilevel data object. |
Equals(obj: object) | Gets a flag indicating whether the specified object is equal to the current multilevel data object. |