Unplanned
Last Updated: 08 Dec 2022 12:55 by Paul
Paul
Created on: 08 Dec 2022 12:55
Category: StockChart
Type: Feature Request
1
Area smoothing for the StockChart

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>

0 comments