I'm using a chart with BaseUnit="ChartCategoryAxisBaseUnit.Fit"
Aggregate="ChartSeriesAggregate.Sum", Type="ChartCategoryAxisType.Date"
When clicking on a series it returns a single date (day) and not the date range that were used for the aggregation.
I need the range in order to show the full result list in a grid.
How can it be done?
Hello Ilan,
Correct me if I misunderstood something, but based on the description, I understand that you are trying to display the aggregate value for a specific range instead of for a certain date. Is that correct?In general, the purpose of an aggregate is to convert a collection of values into a single value for a specific point. Since there are multiple values for the same category, one of them needs to be plotted (and the choice is determined by the aggregate function). The chart then continues to work with that point, not the range.
However, since the chart is currently not functioning in this way and the click event only returns the category it is working with, I suggest logging a feature request in our feedback portal - https://feedback.telerik.com/blazor
If you decide to log it, please elaborate more on how you envision this functionality to work.
The feature requests logged in the portal are reviewed and evaluated by the Telerik Blazor team. After that, based on the interest the community shows in them, they are planned accordingly for implementation in subsequent releases.