Aspose::Words::Drawing::Charts::ChartMultilevelValue class

ChartMultilevelValue class

Represents a value for charts that display multilevel data.

class ChartMultilevelValue : public System::Object

Methods

MethodDescription
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>) overrideGets a flag indicating whether the specified object is equal to the current multilevel data object.
get_Level1() constGets the name of the chart top level that this value refers to.
get_Level2() constGets the name of the chart intermediate level that this value refers to.
get_Level3() constGets the name of the chart bottom level that this value refers to.
GetHashCode() const overrideGets a hash code for the current multilevel data object.
GetType() const override
Is(const System::TypeInfo&) const override
static Type()

See Also