public class NFStockChart extends NFComboChart
The Stock Chart is an extension of the Combo Chart, adding the ability to display a collection of stock sets, with bar and line sets.
NFStockChart (Applet a)
NFStockChart(Applet a, int x, int y, int w, int h)
protected void defineParams ()
protected void drawData (Graphics g)
protected void drawStock (Graphics g, NFDataSeries ds)
void initStockChart()
protected synchronized void loadParams () throws Exception