org.eclipse.birt.chart.script.api.component
Interface IMarkerRange

All Superinterfaces:
IChartComponent

public interface IMarkerRange
extends IChartComponent

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

getStartValue

public IDataElement getStartValue()
Gets the start value for defining where the range will start

Returns:
value start value

setStartValue

public void setStartValue(IDataElement value)
Sets the start value for defining where the range will start


getEndValue

public IDataElement getEndValue()
Gets the end value for defining where the range will end

Returns:
value end value

setEndValue

public void setEndValue(IDataElement value)
Sets the end value for defining where the range will end



Copyright © 2005-2007 Actuate Corp. All rights reserved.