Aspose::Words::Drawing::Charts::ChartMultilevelValue class
Contents
[
Hide
]ChartMultilevelValue class
Represents a value for charts that display multilevel data.
class ChartMultilevelValue : public System::Object
Methods
Method | Description |
---|---|
ChartMultilevelValue(const System::String&, const System::String&, const System::String&) | Initializes a new instance of this class that represents a three-level value. |
ChartMultilevelValue(const System::String&, const System::String&) | Initializes a new instance of this class that represents a two-level value. |
ChartMultilevelValue(const System::String&) | Initializes a new instance of this class that represents a single-level value. |
Equals(System::SharedPtr<System::Object>) override | Gets a flag indicating whether the specified object is equal to the current multilevel data object. |
get_Level1() const | Gets the name of the chart top level that this value refers to. |
get_Level2() const | Gets the name of the chart intermediate level that this value refers to. |
get_Level3() const | Gets the name of the chart bottom level that this value refers to. |
GetHashCode() const override | Gets a hash code for the current multilevel data object. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
static Type() |
See Also
- Namespace Aspose::Words::Drawing::Charts
- Library Aspose.Words for C++