|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Returns a handle to the set of control range properties. Properties of control ranges can be directly changed by calling methods on this interface. A handle to an object that implements this interface can be obtained by calling the gethControlRanges method defined in QbChart.
| Method Summary | |
void |
addElement(ControlRange l)
Adds a new ControlRange into the chart. |
ControlRange |
elementAt(int i)
get the specified control range from the chart. |
int |
getThickness()
get the thickest control range thickness (For Dial Chart Only) |
int |
indexOf(ControlRange l)
Searches for the first occurence of the given control range |
void |
insertElementAt(ControlRange l,
int index)
insert a new ControlRange at the specified index. |
void |
removeAllElements()
Removes all the control ranges added to the chart. |
void |
removeElement(ControlRange l)
Removes the specified controlRange from the chart. |
void |
removeElementAt(int index)
Removes the specified controlRange from the chart. |
void |
setThickness(int thickness)
set control range thickness (For Dial Chart Only) |
int |
size()
count number of the control ranges |
| Method Detail |
public int size()
public int indexOf(ControlRange l)
l - The ControlRange object containing the range information.public void addElement(ControlRange l)
Associated QbChart property: CONTROLRANGE
l - The ControlRange object containing the range information.ControlRange
public void insertElementAt(ControlRange l,
int index)
Associated QbChart property: CONTROLRANGE
l - The ControlRange object containing the range information.index - index numberControlRangepublic void removeAllElements()
public ControlRange elementAt(int i)
public void removeElement(ControlRange l)
l - The ControlRange object to remove.ControlRangepublic void removeElementAt(int index)
index - The index of ControlRange object to remove.ControlRangepublic void setThickness(int thickness)
thickness - The thickness of control rangepublic int getThickness()
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||