Skip to content

FinanceSeries

andriypohorilko edited this page Apr 15, 2022 · 1 revision

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

NOTE: FinanceSeries corresponds to the SciChart RenderableSeries. For more details, please read the RenderableSeries API article in the SciChart iOS 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 FinanceSeries 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.