public interface IChart
Modifier and Type | Method and Description |
---|---|
ICategory |
getCategory()
Gets the Category that represents category(X) series in Chart model
|
IText |
getDescription()
Gets the description of Chart
|
java.lang.String |
getDimension()
Gets the name of ChartDimension.
|
IComponentFactory |
getFactory()
Gets factory to create simple API classes.
|
ILegend |
getLegend()
Gets Legend in Chart model
|
java.lang.String |
getOutputType()
Gets the output type of Chart
|
ILabel |
getTitle()
Gets the title of Chart
|
boolean |
isColorByCategory()
Checks if color in value series is ordered by category
|
void |
setColorByCategory(boolean byCategory)
Sets the color in value series is ordered by category
|
void |
setDimension(java.lang.String dimensionName)
Sets ChartDimension by dimension name.
|
void |
setOutputType(java.lang.String type)
Sets the output type of Chart.
|
IText getDescription()
ILabel getTitle()
ILegend getLegend()
ICategory getCategory()
boolean isColorByCategory()
void setColorByCategory(boolean byCategory)
byCategory
- true by category, false by seriesjava.lang.String getOutputType()
void setOutputType(java.lang.String type)
type
- output typejava.lang.String getDimension()
org.eclipse.birt.chart.model.attribute.ChartDimension
void setDimension(java.lang.String dimensionName)
dimensionName
- dimension nameorg.eclipse.birt.chart.model.attribute.ChartDimension
IComponentFactory getFactory()
Copyright © 2014 OpenText Corp. All rights reserved.