Interface | Description |
---|---|
ICandlestickDynamicPathColorProvider |
Defines the interface for specifying dynamic
IPathColor for candlesticks. |
IDonutDrawingManager |
Defines the interface with helper methods for rendering of donut renderable series.
|
IDynamicPathColorProvider |
Defines the interface for specifying dynamic
IPathColor |
IPieDonutDrawingManagerBase<TRenderPassData extends IPieDonutRenderPassData> |
Defines the interface with helper methods for rendering of pie and donut renderable series.
|
IPieDrawingManager |
Defines the interface with helper methods for rendering of pie renderable series.
|
IPieRenderableSeries |
Defines the interface for renderable series which are used within
ISciPieChartSurface . |
IPieSegment |
Defines the interface for
PieSegment . |
IPieSegmentLabelFormatter |
Interface to define a label formatter for
IPieSegment |
IRenderableSeries |
Defines the interface for all RenderableSeries within SciChart.
|
IRenderableSeriesCore |
Defines base properties for all RenderableSeries throughout the SciChart SDK
|
ISeriesDrawingManager |
Defines the interface with helper methods for rendering of renderable series.
|
IStackedColumnRenderableSeries |
Defines the interface for Stacked Column RenderableSeries within SciChart.
|
IStackedRenderableSeries |
Defines the interface for all Stacked RenderableSeries within SciChart.
|
IStyle |
Defines the interface for style object throughout sciChart.
|
PieSegmentChangeListener |
Defines the interface of pie segments listener.
|
RenderableSeriesChangeListener |
Defines the interface of renderable series listener.
|
Class | Description |
---|---|
BaseBandRenderableSeries | |
BaseColumnRenderableSeries |
An abstract base class for column series
|
BaseMountainRenderableSeries |
An abstract base class for mountain series
|
BaseRenderableSeries |
Defines the Base class for all RenderableSeries within SciChart.
|
ColorMap |
Defines a color map for
FastUniformHeatmapRenderableSeries |
DefaultPieSegmentLabelFormatter |
Default implementation of
IPieSegmentLabelFormatter used by PieRenderableSeries and DonutRenderableSeries |
DonutDrawingManager |
Defines a default
IDonutDrawingManager implementation |
DonutRenderableSeries |
Provides Donut series rendering.
|
FastBandRenderableSeries |
A raster RenderableSeries type which displays two lines and shaded bands between them, where band-colors depend on whether one line is greater than the other
|
FastBubbleRenderableSeries |
Defines a Bubble-chart renderable series, supporting rendering of bubbles using Z data, positioned using X-Y data.
|
FastCandlestickRenderableSeries |
Provides Fast Candlestick series rendering, however makes the assumption that all X-Data is evenly spaced.
|
FastColumnRenderableSeries |
Provides Fast Column (Bar) series rendering
|
FastErrorBarsRenderableSeries |
Provides Fast Error Bars rendering
|
FastFixedErrorBarsRenderableSeries |
Provides Fast Error Bars rendering with fixed low and high errors
|
FastImpulseRenderableSeries |
Provides Impulse series rendering, which draws a vertical line from zero to with an optional point-marker at the end of the line
|
FastLineRenderableSeries |
Defines a Line renderable series, supporting solid, stroked (thickness 1+) lines, dashed lines and
optional Point-markers
BaseRenderableSeries.setPointMarker(IPointMarker) |
FastMountainRenderableSeries |
Provides Fast Mountain (Area) series rendering, however makes the assumption that all X-Data is evenly spaced.
|
FastOhlcRenderableSeries |
Provides Fast OHLC series rendering, however makes the assumption that all X-Data is evenly spaced.
|
FastUniformHeatmapRenderableSeries |
Displays 2D data as an uniform heat map
|
HlRenderableSeriesBase |
An abstract base class for
IHlDataSeriesValues based renderable series |
HorizontallyStackedColumnsCollection |
Provides Horizontally Stacked Columns rendering.
|
OhlcRenderableSeriesBase |
An abstract base class for
IOhlcDataSeriesValues based renderable series |
PieDonutDrawingManagerBase<TRenderPassData extends PieDonutRenderPassDataBase> |
Defines a base class for
IPieDonutDrawingManagerBase implementations |
PieDonutRenderableSeriesBase |
Defines the Base class for for renderable series which are used within
ISciPieChartSurface . |
PieDrawingManager |
Defines a default
IPieDrawingManager implementation |
PieRenderableSeries |
Provides Pie series rendering.
|
PieSegment |
Defines the class for segments in
IPieRenderableSeries |
PieSegment.PieSegmentPropertyChangeListener | |
PieSegmentLabelFormatterBase |
Defines base class for
IPieSegmentLabelFormatter implementations |
RenderableSeriesCore |
Defines the base class for all RenderableSeries throughout the SciChart SDK
|
RenderableSeriesProviderBase<TRenderableSeries extends IRenderableSeriesCore> |
Provides base class for renderable series providers
|
SeriesDrawingManager |
Defines a default
ISeriesDrawingManager implementation |
SplineBandRenderableSeries |
A RenderableSeries type which displays two spline lines and shaded bands between them, where band-colors depend on whether one line is greater than the other
|
SplineLineRenderableSeries |
Defines a spline Line renderable series, supporting solid, stroked (thickness 1+) lines, dashed lines and
optional Point-markers
BaseRenderableSeries.setPointMarker(IPointMarker) |
SplineMountainRenderableSeries |
Provides Spline Mountain (Area) series rendering, however makes the assumption that all X-Data is evenly spaced
|
StackedColumnRenderableSeries |
Provides Fast Stacked Column (Bar) series rendering.
|
StackedMountainRenderableSeries |
Provides Fast Stacked Mountain (Area) series rendering.
|
StackedSeriesCollectionBase<T extends IStackedRenderableSeries> |
Defines the Base class for all collections of the
IStackedRenderableSeries within SciChart. |
StyleBase<T extends com.scichart.core.framework.ISuspendable> |
An abstract base class for style objects throughout sciChart.
|
VerticallyStackedColumnsCollection |
Provides Vertically Stacked Columns rendering.
|
VerticallyStackedMountainsCollection |
Provides Vertically Stacked Mountains rendering.
|
VerticallyStackedSeriesCollection<T extends IStackedRenderableSeries> |
Defines the Base class for collections which will be used to provide vertical stacking within SciChart.
|
XyRenderableSeriesBase |
An abstract base class for
IXyDataSeriesValues based renderable series |
XyScatterRenderableSeries |
Provides Scatter series rendering via the
BaseRenderableSeries.getPointMarker() property. |
XyyRenderableSeriesBase |
An abstract base class for
IXyyDataSeriesValues based renderable series |
XyzRenderableSeriesBase |
An abstract base class for
IXyzDataSeriesValues based renderable series |
Enum | Description |
---|---|
ErrorDirection |
Defines enumeration with error direction constants
|
ErrorMode |
Defines enumeration with error modes constants
|
ErrorType |
Defines enumeration constants for type of error in
FastErrorBarsRenderableSeries and FastFixedErrorBarsRenderableSeries |
LineDrawMode |
Enumerates constants to define how Double.NaN is treated in the
FastLineRenderableSeries and FastMountainRenderableSeries |
SpacingMode |
Defines the mode of setting spacing between horizontally stacked
StackedColumnRenderableSeries . |