Interface | Description |
---|---|
ICandlestickDynamicPathColorProvider |
Defines the interface for specifying dynamic
IPathColor for candlesticks. |
IDonutDrawingManager | |
IDynamicPathColorProvider |
Defines the interface for specifying dynamic
IPathColor |
IPieDonutDrawingManagerBase<TRenderPassData extends IPieDonutRenderPassData> | |
IPieDrawingManager | |
IPieRenderableSeries |
Defines the interface for renderable series which are used within
ISciPieChartSurface . |
IPieSegment |
Defines the interface for
PieSegment . |
IRenderableSeries |
Defines the interface for all RenderableSeries within SciChart.
|
IRenderableSeriesBase |
Defines base properties for all RenderableSeries throughout the SciChart SDK
|
ISeriesDrawingManager |
Defines the interface with helper methods for rendering of renderable series.
|
ISeriesStyle |
Defines the interface for renderable series style
|
IStackedColumnRenderableSeries |
Defines the interface for Stacked Column RenderableSeries within SciChart.
|
IStackedRenderableSeries |
Defines the interface for all Stacked RenderableSeries within SciChart.
|
IStyle<T> |
Defines the interface for style object throughout sciChart.
|
PieRenderableSeriesChangeListener |
Defines the interface of renderable series listener.
|
PieSegmentChangeListener |
Defines the interface of pie segments listener.
|
RenderableSeriesChangeListener |
Defines the interface of renderable series listener.
|
Class | Description |
---|---|
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 |
DonutDrawingManager | |
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> | |
PieDonutRenderableSeriesBase |
Defines the Base class for for renderable series which are used within
ISciPieChartSurface . |
PieDrawingManager | |
PieRenderableSeries |
Provides Pie series rendering.
|
PieSegment |
Defines the class for segments in
IPieRenderableSeries |
PieSegment.PieSegmentPropertyChangeListener | |
SeriesDrawingManager |
Defines a default
ISeriesDrawingManager implementation |
SeriesStyleBase<T extends IRenderableSeries> | Deprecated
Use
StyleBase instead. |
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 . |