Completed
Last Updated: 27 Feb 2023 13:10 by ADMIN
Release 4.1.0 (15/03/2023)
Created by: Rishi
Comments: 0
Category: StockChart
Type: Bug Report
1

The StockChart in example "Bind a Candlestick Stock Chart to a model" is not rendering the last data point from April 1, 2019. It appears that the reason is the Navigator integration - if you remove it, then the data point will show.

Also, if you increment the last data value by just one second - DateTime(2019, 4, 1, 0, 0, 1) - then April will show on the Navigator and the data point will display in the Chart.

Completed
Last Updated: 09 Nov 2022 15:15 by ADMIN
Created by: Phil
Comments: 3
Category: StockChart
Type: Feature Request
0

Display Volume data, on 2nd y-axis (already possible) BUT this 2nd axis needs to be scaled down to bottom x% of vertical.

Most useful StockCharts support display of pricing info (OHLC) up top, and volume below. Example here 

  • To support this as minimum, the existing functionality of adding multiple datasets, and 2nd dataset being shown against 2nd y-axis, but that 2nd y-axis needs to be able to be scaled down to bottom part of chart (e.g. bottom 1/3), as per example. show show column volume underneath OHLC pricing.
  • Alternatively, and much more useful, and one some competitors do, is to support multiple rows of the chart. This allows presentation of correlations of data, e.g. price & volume, or other. In this case, the volume chart would be on 2nd row, but this functionality would allow MUCH more usefulness.
  • Both these solutions, with existing navigator, make this a typically useful StockChart.

 

Completed
Last Updated: 11 May 2023 13:03 by ADMIN
Release 4.3.0 (06/07/2023) (R2 2023)
The "regular" chart has them, and I need them to remove the default currency sign. I need to use the StockChart because I need the Navigator feature.