public interface IChart
extends org.eclipse.birt.report.model.api.simpleapi.IMultiRowItem
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.
|
addFilterCondition, addSortCondition, getFilterConditions, getSortConditions, removeFilterCondition, removeFilterConditions, removeSortCondition, removeSortConditions
addDataBinding, addHideRule, addHighlightRule, getBookmark, getDataBinding, getDataBindings, getHeight, getHideRules, getHighlightRules, getTocExpression, getWidth, getX, getY, removeDataBinding, removeDataBindings, removeHideRule, removeHideRules, removeHighlightRule, removeHighlightRules, setBookmark, setCurrentView, setHeight, setHeight, setTocExpression, setWidth, setWidth, setX, setX, setY, setY
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 © 2005-2008 Actuate Corp. All rights reserved.