RadzenSeriesTrendLine with customized data set

I have a RadzenChart with a RadzenColumnSeries that shows the revenue data for the current year. Depending on the current month, all future months show "0" (e.g., as of today, December shows revenue of "0" because it is still November, and there is no December data yet).

However, I also want to use a RadzenSeriesTrendLine to show a trend line. While this generally works fine, the trend line is incorrect because it takes "0" into account for future months, and the current month only has valid data once the month is over.

Is there a way to limit the RadzenColumnSeries data items for the RadzenSeriesTrendLine? For example, instead of using all 12 data items, could I use only the first 10 for calculating the trend line?

Hi @JustJoe,

The trendline uses all data from the series. There currently isn't a way to make it ignore certain values.

Ok, thanks @korchev ! It would be great if the RadzenSeriesTrendLine would have a separate data= property so one could optionally supply a different data set to this component.