SciChartSurface Class
Provides a high performance chart surface with a single com.scichart.drawing.common.IRenderSurface viewport for rendering multiple com.scichart.charting.visuals.renderableSeries.IRenderableSeries, X and Y com.scichart.charting.visuals.axes.IAxis instances, and where each com.scichart.charting.visuals.renderableSeries.IRenderableSeries may have a com.scichart.charting.model.dataSeries.IDataSeries<TX,TY> data source. The SciChartSurface may have zero or many com.scichart.charting.visuals.annotations.IAnnotation and may have com.scichart.charting.modifiers.IChartModifier to enable interaction with the chart. Where many com.scichart.charting.modifiers.IChartModifier are used, you may use a com.scichart.charting.modifiers.ModifierGroupto group them.
Object Model

Syntax
public class SciChartSurface extends SciChartSurfaceBase implements ISciChartSurface |
Inheritance Hierarchy
java.lang.Object
android.view.View
android.view.ViewGroup
com.scichart.charting.visuals.layout.LayoutableViewGroup
com.scichart.charting.visuals.SciChartSurfaceBase
com.scichart.charting.visuals.SciChartSurface
See Also