Interface IMarkerLine
- All Superinterfaces:
IChartComponent
Represents the Marker Line of Axis in the scripting environment
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Gets the value for defining where the line will be positionedvoid
setValue
(IDataElement value) Sets the value for defining where the line will be positionedMethods inherited from interface org.eclipse.birt.chart.script.api.component.IChartComponent
getTitle, isVisible, setVisible
-
Method Details
-
getValue
IDataElement getValue()Gets the value for defining where the line will be positioned- Returns:
- value
-
setValue
Sets the value for defining where the line will be positioned- Parameters:
value
- value
-