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

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

Returns:
High expression

getLowExpr

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

Returns:
Low expression

setHighExpr

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

Parameters:
High - expression

setLowExpr

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

Parameters:
Low - expression


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