Interface | Description |
---|---|
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. |
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. |
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
|
Class | Description |
---|---|
ChartModifierSurface |
Defines the ChartModifierSurface, which acts as an overlay on top of the
SciChartSurface for drawing modifiers |
DefaultChartChangeService |
Defines a default
IChartListenerService implementation for SciChartSurface |
DefaultPieChartChangeService |
Defines a default
IChartListenerService implementation for SciPieChartSurface |
InvalidateSciPieChartSurfaceLayoutListener | |
PieChartLayoutState | |
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. |
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. |
TooltipBase |
A base class for tooltips used in SciChart
|