SciChart.Charting Assembly : SciChart.Charting.Visuals Namespace
SciChart.Charting.Visuals Namespace
Classes
 ClassDescription
ClassDefines the ChartModifierSurface, which acts as an overlay System.Windows.Controls.Canvas on top of the SciChartSurface for drawing annotations,
Class Default render surface for use in SciChart
ClassA Legend Control for the SciChart.Charting.Visuals.RenderableSeries.FastUniformHeatmapRenderableSeries, which gives a visual representation of double-to-color mapping in the heatmap
Class 
ClassDefines the MainGrid, a root grid which hosts the SciChartSurface
Class Contains properties related to mouse and touch manipulation precision.
ClassDefines a data-source for a SciChart.Charting.Visuals.Shapes.PieSegment.
Class 
Class

Applies a runtime license key and initialize 2D native libraries asynchronously. Do not create an instance of a SciChartSurface until the Task has returned and completed. If the task faults, inspect the result and contact tech support.

If you want to load libraries and license for both 2D & 3D charts, then use the related class SciChart2D3DInitializer instead

Class Provides pie chart surface.
Class EventArgs used to convey exceptions from the SciChart Rendere t
Class Provides a Legend control to display series color and name
Class A slider that provides the a range
ClassProvides a SciChartSurface implementation specific for the Parallel Coordinate chart type.
Class 
Class Provides donut chart surface.
ClassDefines the abstract base class for SciChartPieSurface and SciChartDonutSurface.
ClassProvides a high performance chart surface with a single SciChart.Drawing.Common.RenderSurfaceBase viewport for rendering multiple SciChart.Charting.Visuals.RenderableSeries.IRadarPolygonRenderableSeries and multiple SciChart.Charting.Visuals.Axes.RadarAxis instances, with SciChart.Charting.Model.DataSeries.IRadarPointViewModel bindings and multiple SciChart.Charting.ChartModifiers.RadarChartModifierBase derived behaviour modifiers.
ClassA scrollbar which allows to scroll SciChart.Charting.Visuals.Axes.IAxis content
ClassProvides a high performance chart surface with a single SciChart.Drawing.Common.RenderSurfaceBase viewport for rendering multiple SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries, multiple X and Y SciChart.Charting.Visuals.Axes.IAxis instances, with SciChart.Charting.Model.DataSeries.IDataSeries bindings, multiple SciChart.Charting.ChartModifiers.ChartModifierBase derived behaviour modifiers and multiple SciChart.Charting.Visuals.Annotations.AnnotationBase UIElement Annotations
ClassAn abstract base class containing shared code between different implementations of SciChartSurface
ClassProvides a high performance chart surface with a single SciChart.Drawing.Common.RenderSurfaceBase viewport for rendering multiple SciChart.Charting.Visuals.RenderableSeries.ITernaryRenderableSeries, X, Y and Z SciChart.Charting.Visuals.Axes.ITernaryAxis instances, with SciChart.Charting.Model.DataSeries.IDataSeries bindings, multiple SciChart.Charting.ChartModifiers.ChartModifierBase derived behaviour modifiers
Class Custom simple common Thumb implementation
Interfaces
 InterfaceDescription
InterfaceDefines the base interface to the Canvas that SciChart.Charting.ChartModifiers.ChartModifierBase instances interact with
Interface Defines the base interface for an object that can be drawn
InterfaceDefines the interface to the MainGrid, a root grid which hosts the SciChartSurface
InterfaceDefines the base interface to a PieSegmentItem which provides a data-source for a SciChart.Charting.Visuals.Shapes.PieSegment.
InterfaceDefines the interface to get text labels for individual Stripes of SciChart.Charting.Visuals.RenderableSeries.FastStripeRenderableSeries.
Interface An interface to a subset of methods on the SciChartSurface.
InterfaceCommon base interface for SciChartRadarSurface derived classes.
InterfaceDefines 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.
InterfaceCommon base interface for SciChartSurfaceBase derived classes
InterfaceCommon base interface for SciChartTernarySurface derived classes
Enumerations
 EnumerationDescription
EnumerationDefines constants for different axis types in HeatmapColorMap
Enumeration Defines a quadrant of a circular area.
EnumerationEnumeration constants to define the render priority for series rendering on the SciChartSurface
EnumerationDefines ZoomStates for the ISciChartSurface
See Also