public interface IAxis extends IChartComponent
Modifier and Type | Method and Description |
---|---|
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.
|
getTitle, isVisible, setVisible
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
Copyright © 2005-2008 Actuate Corp. All rights reserved.