|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataPoint
IDataPoint is an interface that is used to allow the chart to retrieve the value and label of an individual data point. For line and column charts the value is drawn on the Y axis and label is displayed on the X axis. Any that are added to the chart datum collection must implement the IDataPoint interface.
Method Summary | |
---|---|
double |
getValue()
Retrieves the value of a chart data point. |
Method Detail |
---|
double getValue()
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |