ISciChartSurface Interface
Defines the interface to the , which contains a single viewport for rendering multiple , X and Y instances, and where each may have a data source.
The may have zero or many and may have to enable interaction with the chart. Where many are used, you may use a to group them.
Syntax
public interface ISciChartSurface implements ISciChartController, ISciChartSurfaceBase, com.scichart.core.framework.ISuspendableWithLock |
See Also