ISciChartSurfaceBase Interface Properties

For a list of all members of this type, see ISciChartSurfaceBase members.

Public Properties
 NameDescription
 Property Gets or sets an optional Chart Title, displayed above the chart surface  
 PropertyGets or sets a value whether to clip the ChartModifierSurface property to bounds. Default False  
 Property Gets or sets a flag whether SciChart should output rendering exceptions and 'Why Scichart Doesn't Render' reasons to the Debug Console. Default is True.  
 Property Gets or sets a value indicating if SciChart can use Multi-Threaded rendering (where available). This will seek to use multiple cores to speed up the drawing process but will result in higher CPU usage. This is recommended if the bottleneck is drawing, but not recommended if the bottleneck is some other process e.g. simulation or computation  
 PropertyTrue if the SciChartSurfaceBase has been disposed. If so do not draw!  
 Property Gets a value indicating whether updates for the target are currently suspended (Inherited from SciChart.Core.Framework.ISuspendable)
 PropertyGets the a value indicating whether this ISciChartSurfaceBase is visible  
 Property Gets the ModifierSurface, which is used to draw primitives for the Chart Modifiers  
 PropertyGets or sets the RenderPriority. The default is RenderPriority.Normal  
 PropertyGets or sets the RenderSurface implementation that this SciChartSurfaceBase uses. Default implementation for a SciChartSurface is a SciChart.Drawing.HighSpeedRasterizer.HighSpeedRenderSurface, however SciChart supports additional render surfaces, providing high quality software and high speed hardware accelerated or 3D renderers.  
 PropertyGets the SciChart.Core.Utility.ServiceContainer which provides access to services throughout SciChart. ServiceContainers are created one per SciChartSurface instance, and shared between peripheral components such as SciChart.Charting.Visuals.Axes.AxisBase, SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries, SciChart.Charting.ChartModifiers.ChartModifierBase instances. For a full list of available services, see the remarks on SciChart.Core.Utility.ServiceContainer  
 Property A synchronization object which is locked during a render pass. If you lock this SciChart will not render and will be blocked on the UI thread until the lock is released. This is used internally by DataSeries to lock the SciChartSurface when bulk updates are done.  
Top
See Also