Properties  Methods 

ISciChartRadarSurface Interface Members

The following tables list the members exposed by ISciChartRadarSurface.

Public Properties
 NameDescription
 PropertyGets or sets a value indicating whether to place Radar Axes automatically or according to their SciChart.Charting.Visuals.Axes.RadarAxis.AxisAngle values.  
 PropertyGets or sets a value indicating whether to calculate length of every SciChart.Charting.Visuals.Axes.RadarAxis automatically or use their preset SciChart.Charting.Visuals.Axes.RadarAxis.AxisLength values.  
 PropertyGets or sets an angle offset which is considered the angle origin for every SciChart.Charting.Visuals.Axes.RadarAxis. Every SciChart.Charting.Visuals.Axes.RadarAxis will be placed according to its SciChart.Charting.Visuals.Axes.RadarAxis.AxisAngle in the clockwise direction, starting at this angle. If AutoAxisLength is set to True, the axes will be placed automatically and their SciChart.Charting.Visuals.Axes.RadarAxis.AxisAngle values will be ignored.  
 PropertyGets or sets a value specifying the origin of every axis from the RadarAxes collection.  
 Property Gets or sets an optional Chart Title, displayed above the chart surface (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 PropertyGets or sets a value whether to clip the ChartModifierSurface property to bounds. Default False (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 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. (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 PropertyGets or sets whether the SciChart.Charting.Visuals.RenderableSeries.IRadarPolygonRenderableSeries  
 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 (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 PropertyTrue if the SciChartSurfaceBase has been disposed. If so do not draw! (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 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 (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 Property Gets the ModifierSurface, which is used to draw primitives for the Chart Modifiers (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 PropertyGets the collection of Radar Axes (Categories), that a Radar Chart measures against. See SciChart.Charting.Visuals.Axes.RadarAxis.  
 PropertyGets the collection of SciChart.Charting.Visuals.RenderableSeries.IRadarPolygonRenderableSeries that this SciChartRadarSurface draws.  
 PropertyGets or sets the RenderPriority. The default is RenderPriority.Normal (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 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. (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 PropertyGets the Root Grid that hosts the SciChartSurfaceBase.RenderSurface and SciChartRadarSurface.RadarAxes.  
 Property  
 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 (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 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. (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
Top
Public Methods
 NameDescription
 Method Called by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called (Inherited from SciChart.Core.Framework.ISuspendable)
 MethodExport snapshot of current SciChartSurfaceBase to System.Windows.Media.Imaging.BitmapSource (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 MethodSaves snapshot of current SciChartSurfaceBase to file (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 MethodSaves snapshot of current SciChartSurfaceBase to Stream (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 Method Asynchronously requests that the element redraws itself plus children. Will be ignored if the element is ISuspendable and currently IsSuspended (within a SuspendUpdates/ResumeUpdates call) (Inherited from SciChart.Core.Framework.IInvalidatableElement)
 MethodRaises the SciChartSurfaceBase.Rendered event, fired at the end of a render pass immediately before presentation to the screen (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 Method Resumes updates on the target, intended to be called by IUpdateSuspender (Inherited from SciChart.Core.Framework.ISuspendable)
 Method Sets a Cursor on the SciChartSurface (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 Method Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued (Inherited from SciChart.Core.Framework.ISuspendable)
Top
See Also