|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the Axis of a Chart in the scripting environment
Method Summary | |
IMarkerLine[] |
getMarkerLines()
Gets all marker lines in Axis |
IMarkerRange[] |
getMarkerRanges()
Gets all marker ranges in Axis |
IScale |
getScale()
Gets theScale for axis scaling |
java.lang.String |
getType()
Gets the name of AxisType. |
void |
setType(java.lang.String type)
Sets AxisType by name. |
Methods inherited from interface org.eclipse.birt.chart.script.api.component.IChartComponent |
getTitle, isVisible, setVisible |
Method Detail |
public IScale getScale()
public IMarkerLine[] getMarkerLines()
public IMarkerRange[] getMarkerRanges()
public java.lang.String getType()
org.eclipse.birt.chart.model.attribute.AxisType
public void setType(java.lang.String type)
type
- the name of AxisTypeorg.eclipse.birt.chart.model.attribute.AxisType
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |