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 com.scichart.charting.themes.IThemeable, ISciChartController, ISciChartSurfaceBase, com.scichart.core.framework.IHitTestable, com.scichart.core.framework.ISuspendable, com.scichart.core.framework.IView |
See Also