Code: Select all
new ChartPaintAdapter()
{
public void chartPainted(ChartDrawEvent e)
{
IGraphics3D g = tchart.getGraphics3D();
...
}
}
}
Code: Select all
new ChartPaintAdapter()
{
public void chartPainted(ChartDrawEvent e)
{
IGraphics3D g = tchart.getGraphics3D();
...
}
}
}