Unplanned
Last Updated: 10 Mar 2023 09:56 by Rishi
Created by: Rishi
Comments: 0
Category: StockChart
Type: Feature Request
1
In financial charts skipping the weekends is a common thing. I want the ability to control that in the Stock Chart.
Unplanned
Last Updated: 08 Dec 2022 12:55 by Paul
Created by: Paul
Comments: 0
Category: StockChart
Type: Feature Request
1

Please expose a StockChartSeriesLine tag for the StockChart, so that I can set a SmoothStyle. like in the regular Chart:

<ChartSeries Type="ChartSeriesType.Area">
    <ChartSeriesLine Style="@ChartSeriesLineStyle.Smooth"></ChartSeriesLine>
</ChartSeries>

Unplanned
Last Updated: 15 Nov 2022 11:06 by ADMIN
Created by: Phil
Comments: 5
Category: StockChart
Type: Feature Request
1

Common requirement of StockChart, or other time-based charts is to indicate events on the timeline. e.g. Dividends, stock splits, etc.

Here is an example; see the D and S events indicated on chart

To support this, we need to be able to supply a dataset of time-based events, that will be overlayed with indicators on the chart.

Unplanned
Last Updated: 17 Dec 2021 16:56 by ADMIN
Created by: HYOKYEONG
Comments: 0
Category: StockChart
Type: Feature Request
3
I want to be able to control the labels of the StockChart Navigator - for example, display week numbers instead of days.
Unplanned
Last Updated: 07 May 2021 06:44 by ADMIN
Created by: Michael
Comments: 0
Category: StockChart
Type: Feature Request
1
I would like to control the markers in the StockChart like in the "regular" chart
Unplanned
Last Updated: 08 Feb 2021 08:33 by ADMIN
I would like to be able to customize the markers for the StockChartSeries in a similar fashion to the regular Chart.