Interface ISciPieChartSurfaceRenderedListener
Defines the listener interface which is called at the end of single render pass
Namespace:
Assembly: .dll
Syntax
public interface ISciPieChartSurfaceRenderedListener
Methods
onRendered(ISciPieChartSurface surface)
Called at the end of the render pass
Declaration
public abstract void onRendered(ISciPieChartSurface surface)
Parameters
| Type | Name | Description |
|---|---|---|
| ISciPieChartSurface | surface | The surface which is rendered |