Interface IMarkerRange
- All Superinterfaces:
IChartComponent
Represents the Marker Range of Axis in the scripting environment
-
Method Summary
Modifier and TypeMethodDescriptionGets the end value for defining where the range will endGets the start value for defining where the range will startvoid
setEndValue
(IDataElement value) Sets the end value for defining where the range will endvoid
setStartValue
(IDataElement value) Sets the start value for defining where the range will startMethods inherited from interface org.eclipse.birt.chart.script.api.component.IChartComponent
getTitle, isVisible, setVisible
-
Method Details
-
getStartValue
IDataElement getStartValue()Gets the start value for defining where the range will start- Returns:
- value start value
-
setStartValue
Sets the start value for defining where the range will start- Parameters:
start
- value
-
getEndValue
IDataElement getEndValue()Gets the end value for defining where the range will end- Returns:
- value end value
-
setEndValue
Sets the end value for defining where the range will end- Parameters:
end
- value
-