|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMarkerRange
Represents the Marker Range of Axis in the scripting environment
Method Summary | |
---|---|
IDataElement |
getEndValue()
Gets the end value for defining where the range will end |
IDataElement |
getStartValue()
Gets the start value for defining where the range will start |
void |
setEndValue(IDataElement value)
Sets the end value for defining where the range will end |
void |
setStartValue(IDataElement value)
Sets the start value for defining where the range will start |
Methods inherited from interface org.eclipse.birt.chart.script.api.component.IChartComponent |
---|
getTitle, isVisible, setVisible |
Method Detail |
---|
IDataElement getStartValue()
void setStartValue(IDataElement value)
start
- valueIDataElement getEndValue()
void setEndValue(IDataElement value)
end
- value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |