Hi,
I am trying to implement data aggregation into a TChart with a point series. Is there a chart property that I can assign a Steema.TeeChart.Data.ChartAggregate value too?
Thanks,
Jeff
TeeChart NET for Blazor ChartAggregate Example
-
- Newbie
- Posts: 22
- Joined: Thu Apr 06, 2023 12:00 am
-
- Newbie
- Posts: 22
- Joined: Thu Apr 06, 2023 12:00 am
Re: TeeChart NET for Blazor ChartAggregate Example
Hi,
Has data aggregation been implemented for Blazor yet or is this something that will need to be done in JavaScript?
Thanks
Has data aggregation been implemented for Blazor yet or is this something that will need to be done in JavaScript?
Thanks
Re: TeeChart NET for Blazor ChartAggregate Example
Hello,
Sorry for the delay with this response.
ChartAggregate isn't implemented in TeeChart. It forms part a prototype development that isn't yet complete.
If you require to work with any of its contents, Sum, Count, High, Low, Average then that can be achieved by using TeeChart's functions and grouping via the period property if it is required to be segmented.
That code should be run as part of the C# coding of the Chart to create Series outputs of the applied functions, that will then plot to the clientside Blazor chart.
More info on functions here:
https://steema.com/docs/teechart/net/tu ... ctions.htm
Apologies once again for this late reply, we missed the post for some reason.
Regards,
Marc Meumann
Sorry for the delay with this response.
ChartAggregate isn't implemented in TeeChart. It forms part a prototype development that isn't yet complete.
If you require to work with any of its contents, Sum, Count, High, Low, Average then that can be achieved by using TeeChart's functions and grouping via the period property if it is required to be segmented.
That code should be run as part of the C# coding of the Chart to create Series outputs of the applied functions, that will then plot to the clientside Blazor chart.
More info on functions here:
https://steema.com/docs/teechart/net/tu ... ctions.htm
Apologies once again for this late reply, we missed the post for some reason.
Regards,
Marc Meumann
Steema Support