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?