Namespace com.scichart.charting.visuals
Classes
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
The class with information about current layout state of ISciPieChartSurface.
PieChartRenderedMessage
Published by PieChartRenderSurface immediately before the end of a render pass
RenderableSeriesArea
Defines a Renderable Series Area where IRenderableSeries instances are drawn
SciChartHeatmapColourMap
A Legend for the FastUniformHeatmapRenderableSeries, which gives a visual representation of double-to-color mapping in the heatmap
SciChartSurface
Provides a high performance chart surface with a single IRenderSurface viewport for rendering multiple IRenderableSeries, X and Y IAxis instances, and where each IRenderableSeries may have a IDataSeries data source. The SciChartSurface may have zero or many IAnnotation and may have IChartModifier to enable interaction with the chart. Where many IChartModifier are used, you may use a 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 PieChartRenderSurface viewport for rendering multiple IPieRenderableSeries and where each IPieRenderableSeries may have a IPieSegment in the appropriate PieSegmentCollection as a source.
The SciPieChartSurface may have zero or many IPieChartModifier to enable interaction with the chart. See Also: PieRenderableSeries, IPieRenderableSeries, DonutRenderableSeries, ISciPieChartSurface, IPieSegment, IPieChartModifier
TooltipBase
A base class for tooltips used in SciChart
Interfaces
IAxesChangeListener
IChartModifierSurface
Defines the interface to the Chart Modifier Surface that IChartModifier instances interact with
IChartResizeListener
Defines a listener for chart resizing event
IRenderableSeriesArea
Defines the interface to the Renderable Series Area where IRenderableSeries instances are drawn
IRenderableSeriesChangeListener
ISciChartController
An interface to a subset of methods on the SciChartSurface.
ISciChartSurface
Defines the interface to the SciChartSurface, which contains a single IRenderSurface viewport for rendering multiple IRenderableSeries, X and Y IAxis instances, and where each IRenderableSeries may have a IDataSeries data source.
The SciChartSurface may have zero or many IAnnotation and may have IChartModifier to enable interaction with the chart. Where many IChartModifier are used, you may use a ModifierGroupto group them. See Also: IRenderableSeries, IChartModifier, IDataSeries, SciChartSurface, IAxis, IAnnotation
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 SciPieChartSurface, which contains a single PieChartRenderSurface viewport for rendering multiple IPieRenderableSeries which may have a IPieSegment in the appropriate PieSegmentCollection as a source.
The SciPieChartSurface may have zero or many IPieChartModifier to enable interaction with the chart. See Also: IPieRenderableSeries, SciPieChartSurface, IPieSegment, IPieChartModifier
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