TeeChart NET for Blazor ChartAggregate Example

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
dynamicrisk
Newbie
Newbie
Posts: 11
Joined: Thu Apr 06, 2023 12:00 am

TeeChart NET for Blazor ChartAggregate Example

Post by dynamicrisk » Fri Aug 09, 2024 3:40 pm

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

dynamicrisk
Newbie
Newbie
Posts: 11
Joined: Thu Apr 06, 2023 12:00 am

Re: TeeChart NET for Blazor ChartAggregate Example

Post by dynamicrisk » Thu Aug 22, 2024 2:00 pm

Hi,

Has data aggregation been implemented for Blazor yet or is this something that will need to be done in JavaScript?

Thanks

Marc
Site Admin
Site Admin
Posts: 1258
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: TeeChart NET for Blazor ChartAggregate Example

Post by Marc » Fri Aug 23, 2024 10:40 am

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
Steema Support

Post Reply