|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAxis
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 |
---|
IScale getScale()
IMarkerLine[] getMarkerLines()
IMarkerRange[] getMarkerRanges()
java.lang.String getType()
org.eclipse.birt.chart.model.attribute.AxisType
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 |