org.eclipse.birt.chart.script.api.series.data
Interface IDifferenceData

All Superinterfaces:
ISeriesData

public interface IDifferenceData
extends ISeriesData

Represents the data contained in the Difference Series


Method Summary
 java.lang.String getHighExpr()
          Gets the query expression of High.
 java.lang.String getLowExpr()
          Gets the query expression of Low.
 void setHighExpr(java.lang.String expr)
          Sets the query expression of High.
 void setLowExpr(java.lang.String expr)
          Sets the query expression of Low.
 

Method Detail

getHighExpr

public java.lang.String getHighExpr()
Gets the query expression of High.

Returns:
High expression

getLowExpr

public java.lang.String getLowExpr()
Gets the query expression of Low.

Returns:
Low expression

setHighExpr

public void setHighExpr(java.lang.String expr)
Sets the query expression of High.


setLowExpr

public void setLowExpr(java.lang.String expr)
Sets the query expression of Low.



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