|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface is used to modify the properties associated with a drop bar for 2D line Chart with more than 1 series. A handle to an object that implements this interface can be obtained by calling the gethDropBars method defined in QbChart. eg. QbChart chart = new QbChart(...); IDropBarSet dropBar = chart.gethDropBars();
| Method Summary | |
java.awt.Color |
getDownBarColor()
This method returns the down bar color. |
int |
getSeriesCount()
This method counts number of series |
int[] |
getSeriesSet()
This method returns the drop bar series set. |
java.awt.Color |
getUpBarColor()
This method returns the up bar color. |
boolean |
isBorderVisible()
This method returns whether the border of drop bar is visible. |
boolean |
isVisible()
This method returns whether the drop bar is visible. |
void |
setBorderVisible(boolean state)
This method set whether the border of drop bar is visible. |
void |
setDownBarColor(java.awt.Color color)
This method set the down bar color. |
void |
setSeriesSet(int seriesA,
int seriesB)
This method set the drop bar series set. |
void |
setUpBarColor(java.awt.Color color)
This method set the up bar color. |
void |
setVisible(boolean state)
This method set whether the drop bar is visible. |
| Method Detail |
public int getSeriesCount()
public boolean isVisible()
public void setVisible(boolean state)
state - The new statepublic boolean isBorderVisible()
public void setBorderVisible(boolean state)
state - The new statepublic java.awt.Color getUpBarColor()
public void setUpBarColor(java.awt.Color color)
color - The new colorpublic java.awt.Color getDownBarColor()
public void setDownBarColor(java.awt.Color color)
color - The new colorpublic int[] getSeriesSet()
public void setSeriesSet(int seriesA,
int seriesB)
seriesA - the series index AseriesB - the series index B
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||