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