Table of Contents
The TypeDoc documentation for SciChart.js can be found here📘.
- User Manual
- Table of Contents
- Features, Chart Types and more supported by SciChart.js
- Minimum Browser Requirements
- Online Resources and Help
- Licensing SciChart.js
- Language Support
- Get Started: Tutorials, Examples
- Tutorial 01 - Setting up a project with scichart-react and config object
- Tutorials (JavaScript APIs / npm / webpack)
- Tutorial 01 - Setting up a npm Project with SciChart.js
- Tutorial 02 - Adding Series and Data
- Tutorial 03 - Adding Zooming, Panning Behavior
- Tutorial 04 - Adding Realtime Updates
- Tutorial 05 - Zoom and Pan with Realtime Updates
- Tutorial 06 - Adding Annotations
- Tutorial 07 - Adding Tooltips and Legends
- Tutorial 08 - Adding Multiple Axis
- Tutorial 09 - Linking Multiple Charts
- Tutorial 10 - Vertical Charts
- Tutorials (index.min.js from CDN)
- The SciChart.js Examples Suite
- FAQs
- What's New?
- 2D Charts API
- The SciChartSurface
- 2D Chart Types
- RenderableSeries Overview
- Common Series APIs
- DataLabels API
- PaletteProvider API
- PaletteProvider API Overview
- Per-point Colouring for Line Series
- Per-point Colouring of Mountain Segments
- Per-Point Colouring of Band Segments
- Per-Point Colouring of Bubble Charts
- Per-Point Colouring of Candlestick / OHLC Charts
- Per-Point Colouring of Column Charts
- Per-Point Colouring of Scatter Charts (or PointMarkers)
- Per-Point Colouring of Impulse Charts
- Per-Point Coloring for Rectangle Series
- Per-Point Coloring for Line Segment Series
- Per-Point Coloring for Triangle Series
- Per-Point Coloring for Polar Band Series
- Per-Point Coloring for Polar Column Series
- Per-Point Coloring for Polar Line Series
- Per-Point Coloring for Polar Scatter Series
- The PaletteFactory Helper Class
- Hit-Test API
- Hit-Test API overview
- Hit-Test API for Band Series
- Hit-Test API for Line Series
- Hit-Test API for Bubble Series
- Hit-Test API for Column Series
- Hit-Test API for Heatmap Series
- Hit-Test API for Mountain Series
- Hit-Test API for Candlestick and OHLC Series
- Hit-Test API for Scatter Series
- Hit-Test API for Stacked Column Series
- Hit-Test API for Stacked Mountain Series
- Hit-Test API for Rectangle Series
- Hit-Test API for Line Segment Series
- Hit-Test API for Triangle Series
- Hit-Test API for Polar Band Series
- Hit-Test API for Polar Column Series
- Hit-Test API for Polar Line Series
- Hit-Test API for Polar Mountain Series
- Hit-Test API for Polar Stacked Column Series
- Hit-Test API for Polar Stacked Mountain Series
- Hit-Test API for Polar Uniform Heatmap Renderable Series
- Hit-Test API for Polar XY Scatter Series
- Hit-Test API and Metadata
- DataSeries (Data Updates) API
- PointMetadata API
- Data Filters (Transforms) API
- RenderDataTransforms API
- The Line Series Type
- The Digital (Step) Line Series
- The Scatter Series Type
- The Mountain (Area) Series Type
- The Digital (Step) Mountain Series Type
- Column Series
- Uniform Heatmap Series
- The Non-Uniform Heatmap Chart Type
- The Contours Series Type
- The Candlestick Series type
- The OHLC Series Type
- The Lollipop (Impulse or Stem) Chart Type
- The Error Bars Chart Type
- The Band Series type
- The Digital (Step) Band Series Type
- The Bubble Series Type
- The Fan Charts Type
- The Rectangle Series Type
- The Triangle Series Type
- The Line Segment Series Type
- The Treemap Chart Type
- The Stacked Column Series Type
- The Stacked Mountain Series Type
- The Pie Chart Type
- The Donut Chart Type
- The Spline (Smoothed) Line Series Type
- The Spline (Smoothed) Mountain Series Type
- The Spline (Smoothed) Band Series Type
- The Bezier (Smoothed) Stacked Mountain Series Type
- The Text Series Type
- The Box Plot Series Type
- The Partial Polar Chart Type
- The Polar Gauge Chart Type
- The Polar Band Series Type
- The Polar Column Chart Type
- The Polar Line Chart Type
- The Polar Mountain Chart Type
- The Polar Stacked Column Chart Type
- The Polar Stacked Mountain Chart Type
- The Polar Uniform Heatmap Chart Type
- The Polar Scatter Chart Type
- The Pie Chart (using Polar Columns)
- The Polar Radar Chart Type
- The Polar Text Series Type
- The Polar Triangle Series Type
- The Polar Sunburst Chart Type
- Builder (JSON Chart Definition) API
- Axis APIs
- Axis API Overview
- Axis Types
- Axis Ranging, Scaling
- Axis Labels
- Axis LabelProvider API Overview
- Axis Labels - The ENumericFormat Enum
- Custom LabelProviders: Dynamic Dates on Zoom
- Custom LabelProviders: Readable Numbers
- Rotating Axis Labels
- Text and Multi-Line Labels
- Image Labels
- Label Style, Alignment and Positioning
- Native Text Axis Labels
- Polar Axis Labels
- Axis Labels FAQs
- Axis Tick, Label Interval
- Multi Axis and Layout
- Axis Styling
- Misc
- Animations API
- Annotations API
- Annotations API Overview
- BoxAnnotation
- LineAnnotation
- TextAnnotation
- CustomAnnotation
- VerticalLineAnnotation
- HorizontalLineAnnotation
- LineArrowAnnotation
- AxisMarkerAnnotation
- NativeTextAnnotation
- HTML Annotations
- ArcAnnotation
- PolarArcAnnotation
- PolarPointerAnnotation
- Editable Annotations
- Styling Annotation Selection
- Annotation Hover
- ChartModifier API
- Legend Modifier
- What is the ChartModifier API
- Common ChartModifiers Features
- Zooming and Panning
- CursorModifier
- Rollover Modifier
- VerticalSliceModifier
- Polar Chart Modifiers
- Selection & Hover
- Custom Modifiers
- Subcharts API
- What is the SubCharts API?
- SubCharts Positioning
- SubChart Sub Surface Transparency
- SubCharts Html Container
- Combining Polar and Cartesian Charts
- Worked Example: Re-usable Chart Groups with SubCharts
- Worked Example: Dynamic Multi-panel charts with SubCharts
- Worked Example: Resizable Multi Pane Charts with SubCharts
- Worked Example: Using SubCharts to create a Large Dashboard
- Styling and Theming
- Chart Styling - ThemeManager API
- Chart Styling - Creating a Custom Theme
- Chart Styling - Style Chart Parts in Code
- Chart Styling - Margin and Padding
- Series Styling - Dash Line Patterns
- Chart Styling - Image, Transparent or Blurred Backgrounds
- Chart Styling - Theming of Wait Loader
- CSS Classes, Ids
- Chart Styling - Auto Coloring
- Chart Styling - Chart Titles
- Polar Chart Styling
- Chart Synchronization APIs
- Accessibility
- Miscellaneous APIs
- Performance Tips
- 3D Charts API
- Creating a 3D Chart
- SciChart3D Basics
- Axis3D APIs
- 3D Chart Types
- ChartModifier 3D API