com.aspose.words
Class ChartMultilevelValue

java.lang.Object
    extended by com.aspose.words.ChartMultilevelValue

public class ChartMultilevelValue 
extends java.lang.Object

Represents a value for charts that display multilevel data.

Constructor Summary
ChartMultilevelValue(java.lang.String level1, java.lang.String level2, java.lang.String level3)
           Initializes a new instance of this class that represents a three-level value.
ChartMultilevelValue(java.lang.String level1, java.lang.String level2)
           Initializes a new instance of this class that represents a two-level value.
ChartMultilevelValue(java.lang.String level1)
           Initializes a new instance of this class that represents a single-level value.
 
Property Getters/Setters Summary
java.lang.StringgetLevel1()
           Gets the name of the chart top level that this value refers to.
java.lang.StringgetLevel2()
           Gets the name of the chart intermediate level that this value refers to.
java.lang.StringgetLevel3()
           Gets the name of the chart bottom level that this value refers to.
 
Method Summary
booleanequals(java.lang.Object obj)
           Gets a flag indicating whether the specified object is equal to the current multilevel data object.
 

Constructor Detail

ChartMultilevelValue

public ChartMultilevelValue(java.lang.String level1, java.lang.String level2, java.lang.String level3)
Initializes a new instance of this class that represents a three-level value.

ChartMultilevelValue

public ChartMultilevelValue(java.lang.String level1, java.lang.String level2)
Initializes a new instance of this class that represents a two-level value.

ChartMultilevelValue

public ChartMultilevelValue(java.lang.String level1)
Initializes a new instance of this class that represents a single-level value.

Property Getters/Setters Detail

getLevel1

public java.lang.String getLevel1()
Gets the name of the chart top level that this value refers to.

getLevel2

public java.lang.String getLevel2()
Gets the name of the chart intermediate level that this value refers to.

getLevel3

public java.lang.String getLevel3()
Gets the name of the chart bottom level that this value refers to.

Method Detail

equals

public boolean equals(java.lang.Object obj)
Gets a flag indicating whether the specified object is equal to the current multilevel data object.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.