|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartCategory
public class ChartCategory
Represents chart categories.
Method Summary | |
---|---|
IChartDataCell |
getAsCell()
Returns or sets Aspose.Cells.Cell object. |
java.lang.Object |
getAsLiteral()
|
IChartCategoryLevelsManager |
getGroupingLevels()
Managed container of the values of the chart category grouping levels. |
IChartCategoryLevelsManager |
getLevels()
Deprecated. |
boolean |
getUseCell()
If true then AsCell property is actual. |
java.lang.Object |
getValue()
If UseCell is true then this property represents AsCell.Value property. |
void |
setAsCell(IChartDataCell value)
|
void |
setAsLiteral(java.lang.Object value)
|
void |
setValue(java.lang.Object value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean getUseCell()
If true then AsCell property is actual. In other words, worksheet is used for storing category (this case supports a multi-level category). If false then AsLiteral property is actual. In other words, worksheet is NOT used for storing category (and this case doesn't support a multi-level categories)
getUseCell
in interface IChartCategory
public IChartDataCell getAsCell()
Returns or sets Aspose.Cells.Cell object. If category is multi-level then used Aspose.Cells.Cell object for level "0".
getAsCell
in interface IChartCategory
public void setAsCell(IChartDataCell value)
setAsCell
in interface IChartCategory
public java.lang.Object getAsLiteral()
getAsLiteral
in interface IChartCategory
public void setAsLiteral(java.lang.Object value)
setAsLiteral
in interface IChartCategory
public java.lang.Object getValue()
If UseCell is true then this property represents AsCell.Value property. If UseCell is false then this property represents AsLiteral property.
getValue
in interface IChartCategory
public void setValue(java.lang.Object value)
setValue
in interface IChartCategory
@Deprecated public IChartCategoryLevelsManager getLevels()
Managed container of the values of the chart category grouping levels. Multi-level category contain more then one grouping level. Grouping levels indexing is zero-based.
getLevels
in interface IChartCategory
public IChartCategoryLevelsManager getGroupingLevels()
Managed container of the values of the chart category grouping levels. Multi-level category contain more then one grouping level. Grouping levels indexing is zero-based.
getGroupingLevels
in interface IChartCategory
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |