Page 1 of 1

TeeChart NET for Blazor ChartAggregate Example

Posted: Fri Aug 09, 2024 3:40 pm
by 15695569
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

Re: TeeChart NET for Blazor ChartAggregate Example

Posted: Thu Aug 22, 2024 2:00 pm
by 15695569
Hi,

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

Posted: Fri Aug 23, 2024 10:40 am
by Marc
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