ISciChartSurface Interface
Defines the interface to the SciChartSurface, which contains a single SciChart.Drawing.Common.RenderSurfaceBase viewport for rendering multiple SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries, X and Y SciChart.Charting.Visuals.Axes.IAxis instances, and where each SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries may have a SciChart.Charting.Model.DataSeries.IDataSeries data source. The SciChartSurface may have zero to many System.Windows.UIElement annotations and may have a SciChart.Charting.ChartModifiers.ChartModifierBase to enable interaction with the chart. Where many ChartModifiers are used, you may use a SciChart.Charting.ChartModifiers.ModifierGroup to group them.
Object Model

Syntax
public interface ISciChartSurface : ISciChartController, ISciChartSurfaceBase, SciChart.Core.Framework.IInvalidatableElement, SciChart.Core.Framework.ISuspendable
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also