Skip to content

Finance Series

andriypohorilko edited this page Apr 14, 2022 · 4 revisions

There are a few built-in Finance Series types that are responsible for a visual representation of your data on the chart.

NOTE: Finance Series corresponds to the SciChart RenderableSeries. For more details, please read the RenderableSeries API article in the SciChart Android documentation

Each of them has its editable properties, like stroke, fill, opacity, etc. Also, it has its tooltip and Info provider, which is responsible for providing data for your tooltips, legend, etc.

NOTE: For more info, please refer to the Tooltips Customization documentation.

Each of our Studies uses one or few Finance Series to visualize prices or TA-lib indicators outputs. Here you can see their usage:

CandlestickFinanceSeries and ColumnFinanceSeries BandFinanceSeries
CandlestickFinanceSeries BandFinanceSeries
LineFinanceSeries HistogramFinanceSeries
LineFinanceSeries HistogramFinanceSeries

NOTE: Please refer to Modify Study Properties section for more details.