Namespace com.scichart.charting.visuals.renderableSeries
Classes
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. See Also: FastBandRenderableSeries, FastUniformHeatmapRenderableSeries, FastFixedErrorBarsRenderableSeries, FastColumnRenderableSeries, IRenderContext2D, FastCandlestickRenderableSeries, FastImpulseRenderableSeries, IAssetManager2D, FastOhlcRenderableSeries, FastErrorBarsRenderableSeries, IDataSeries, FastMountainRenderableSeries, FastLineRenderableSeries, IPointMarker
BaseRenderableSeries.InvalidateRenderPassDataCallback
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. Bubbles are defined using the FastBubbleRenderableSeries#getBubbleBrushStyle() property, but rendered as a soft-edged circle which fades to transparent in the centre.
FastCandlestickRenderableSeries
Provides Fast Candlestick series rendering, however makes the assumption that all X-Data is evenly spaced. Gaps in the data are collapsed
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. Gaps in the data are collapsed
FastOhlcRenderableSeries
Provides Fast OHLC series rendering, however makes the assumption that all X-Data is evenly spaced. Gaps in the data are collapsed
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>
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 See Also: PieRenderableSeries, DonutRenderableSeries
PieSegment.PieSegmentPropertyChangeListener
PieSegmentLabelFormatterBase
Defines base class for IPieSegmentLabelFormatter implementations
RenderableSeriesCore
Defines the base class for all RenderableSeries throughout the SciChart SDK
RenderableSeriesProviderBase<TRenderableSeries>
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>
Defines the Base class for all collections of the IStackedRenderableSeries within SciChart. See Also: HorizontallyStackedColumnsCollection, VerticallyStackedSeriesCollection, VerticallyStackedColumnsCollection, VerticallyStackedMountainsCollection
StyleBase<T>
An abstract base class for style objects throughout sciChart.
VerticallyStackedColumnsCollection
Provides Vertically Stacked Columns rendering.
VerticallyStackedMountainsCollection
Provides Vertically Stacked Mountains rendering.
VerticallyStackedSeriesCollection<T>
Defines the Base class for collections which will be used to provide vertical stacking within SciChart. See Also: HorizontallyStackedColumnsCollection, VerticallyStackedSeriesCollection, VerticallyStackedColumnsCollection, VerticallyStackedMountainsCollection
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
Interfaces
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>
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. See Also: IDataSeries, FastColumnRenderableSeries, FastMountainRenderableSeries, XyScatterRenderableSeries, FastCandlestickRenderableSeries, FastLineRenderableSeries, FastImpulseRenderableSeries, BaseRenderableSeries, IPointMarker
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. See Also: StackedColumnRenderableSeries, VerticallyStackedColumnsCollection
IStackedRenderableSeries
Defines the interface for all Stacked RenderableSeries within SciChart. See Also: StackedColumnRenderableSeries, StackedMountainRenderableSeries, IStackedColumnRenderableSeries, VerticallyStackedSeriesCollection, VerticallyStackedColumnsCollection, VerticallyStackedMountainsCollection
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.
Enums
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.