com.scichart.charting.visuals Package
Classes
Class | Description |
---|---|
ChartModifierSurface | Defines the ChartModifierSurface, which acts as an overlay on top of the SciChartSurface for drawing modifiers |
DefaultChartChangeService | Defines a default com.scichart.charting.visuals.changeListener.IChartListenerService implementation for SciChartSurface |
DefaultPieChartChangeService | Defines a default com.scichart.charting.visuals.changeListener.IChartListenerService implementation for SciPieChartSurface |
InvalidateSciPieChartSurfaceLayoutListener | |
PieChartLayoutState | |
PieChartRenderedMessage | Published by com.scichart.charting.visuals.PieChartRenderSurface immediately before the end of a render pass |
RenderableSeriesArea | Defines a Renderable Series Area where com.scichart.charting.visuals.renderableSeries.IRenderableSeries instances are drawn |
SciChartHeatmapColourMap | A Legend for the com.scichart.charting.visuals.renderableSeries.FastUniformHeatmapRenderableSeries, which gives a visual representation of double-to-color mapping in the heatmap |
SciChartSurface | 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. |
SciChartSurfaceBase | An abstract base class containing shared code between different implementations of SciChartSurface |
SciPieChartSurface | Provides a chart surface which contains a single viewport for rendering multiple and where each may have a in the appropriate as a source.
The may have zero or many to enable interaction with the chart. |
TooltipBase | A base class for tooltips used in SciChart |
Interfaces
Interface | Description |
---|---|
IAxesChangeListener | |
IChartModifierSurface | Defines the interface to the Chart Modifier Surface that com.scichart.charting.modifiers.IChartModifier instances interact with |
IChartResizeListener | Defines a listener for chart resizing event |
IRenderableSeriesArea | Defines the interface to the Renderable Series Area where com.scichart.charting.visuals.renderableSeries.IRenderableSeries instances are drawn |
IRenderableSeriesChangeListener | |
ISciChartController | An interface to a subset of methods on the SciChartSurface. |
ISciChartSurface | Defines the interface to the , which contains a single viewport for rendering multiple , X and Y instances, and where each may have a data source.
The may have zero or many and may have to enable interaction with the chart. Where many are used, you may use a to group them. |
ISciChartSurfaceBase | A base interface for SciChartSurface and SciPieChartSurface class |
ISciChartSurfaceChangeListener | Defines the interface with methods which are used for notification about changes in SciChartSurface instance |
ISciChartSurfaceProvider | Defines the interface which allows to get access to parent ISciChartSurface instance |
ISciChartSurfaceRenderedListener | Defines the listener interface which is called at the end of single render pass |
ISciPieChartSurface | Defines the interface to the , which contains a single viewport for rendering multiple which may have a in the appropriate as a source.
The may have zero or many to enable interaction with the chart. |
ISciPieChartSurfaceChangeListener | Defines the interface with methods which are used for notification about changes in SciPieChartSurface instance. |
ISciPieChartSurfaceProvider | Defines the interface which allows to get access to parent ISciPieChartSurface instance |
ISciPieChartSurfaceRenderedListener | Defines the listener interface which is called at the end of single render pass |
ITooltip | Defines the interface for tooltips used in SciChart |
See Also