Interface ISciPieChartSurfaceProvider
Defines the interface which allows to get access to parent ISciPieChartSurface instance
Namespace:
Assembly: .dll
Syntax
public interface ISciPieChartSurfaceProvider
Methods
getParentSurface()
Gets the parent surface that this instance is associated with
Declaration
public abstract ISciPieChartSurface getParentSurface()
Returns
| Type | Description |
|---|---|
| ISciPieChartSurface | The parent surface that this instance is associated with |