Visualize Your Data with Charts in .NET MAUI

  Рет қаралды 14,576

Gerald Versluis

Gerald Versluis

Күн бұрын

Пікірлер: 72
@jfversluis
@jfversluis Жыл бұрын
Show data in a DataGrid? Check this: kzbin.info/www/bejne/e4O0fn6tZ5utqNU
@DanielHarrisCodes
@DanielHarrisCodes Жыл бұрын
Hi Gerald, was wondering whether you have any information on Apple Pencil support (PencilKit) within MAUI. Is it available as far as you know?
@NataliaEriksson
@NataliaEriksson 7 ай бұрын
Great channel, Gerald! Keep it going!
@jfversluis
@jfversluis 7 ай бұрын
Thank you Natalia, definitely will!
@MrNams
@MrNams 10 ай бұрын
Tons of thanks for such a great video.
@jfversluis
@jfversluis 10 ай бұрын
Appreciate it thank you!
@josedonizeteoliveirajunior1744
@josedonizeteoliveirajunior1744 Жыл бұрын
Microcharts is very good! Thanks for teaching
@jfversluis
@jfversluis Жыл бұрын
It's been so amazing for Xamarin for a long time, I love that it's now available for .NET MAUI
@fieryscorpion
@fieryscorpion Жыл бұрын
@@jfversluis Love that icon showing up in KZbin comments. 😀
@anandshindey
@anandshindey Жыл бұрын
Muchas Gracias, was waiting for it.
@jfversluis
@jfversluis Жыл бұрын
Perfect, good luck!
@Ruslan-kk4pf
@Ruslan-kk4pf Ай бұрын
Спасибо огромное, всё понятно объяснил😍
@chuckvee6408
@chuckvee6408 Жыл бұрын
Is there any way to plot data values vs. time? I don't see any way to do it using class ChartEntry and I don't see any other class in MicroCharts that would support defining the X and Y axis datatypes.
@iriacm1812
@iriacm1812 2 ай бұрын
I think it doesn't work in a .Net8 project, does anyone have a solution other than moving my project to .Net6? Thank you very much for the video
@NavaneethVariyath
@NavaneethVariyath 5 ай бұрын
The implementation in .net maui (8) is going wrong for me , i keep getting "System.BadImageFormatException: 'Invalid field token 0x040000a1'" error. Does anyone have a solution to this. Thanks in advance
@sss-ms1gg
@sss-ms1gg 4 ай бұрын
i am also having this error, any solution you found ?
@mosheshahar1408
@mosheshahar1408 Жыл бұрын
Great tutorial, thanks. Is it possible to draw multiple graphs together, for example a line graph and two horizontal straight lines that represent low and high limits?
@jfversluis
@jfversluis Жыл бұрын
Thank you! Not sure to be honest if that is possible with this library
@jaisont007
@jaisont007 Жыл бұрын
Great. Do we have option to show Gridlines for linechart? Thanks
@netdeveloper740
@netdeveloper740 5 ай бұрын
Good video, thanks 🎉
@jfversluis
@jfversluis 5 ай бұрын
Thank you!
@TheRuko15
@TheRuko15 Жыл бұрын
Does Microcharts support scrolling/zooming? I mave millions on data points I want to display, will it handle that, or do I have to implement scrolling/zooming myself?
@jfversluis
@jfversluis Жыл бұрын
I don't think so... You might want to check out LiveCharts2 which has some more features. I think I'll have to do a video about that one as well!
@TheRuko15
@TheRuko15 Жыл бұрын
Thank you!
@shaileshpandey6214
@shaileshpandey6214 Жыл бұрын
Thanks a lot for microcharts. Also waiting for a video on livechart2
@jfversluis
@jfversluis Жыл бұрын
Just got tipped on LiveCharts2, will see what I can do! Thanks!
@DivanProdOfficial
@DivanProdOfficial Жыл бұрын
Great video! Do you know where I can find candlesticks for Maui?
@jfversluis
@jfversluis Жыл бұрын
I know DevExpress and Telerik have them: Amazing Free DataGrid, Tab Control, Calendar and More for .NET MAUI! kzbin.info/www/bejne/i6O7dZyFeaaqgc0
@kaiovinicius7176
@kaiovinicius7176 10 ай бұрын
For me, the graphics only appear if I define the HeightRequest, if I remove it it simply disappears, however when I define its height on the mobile device everything is bugged due to the screen proportion, on the Windows machine everything works fine, could you help me? Is there any way for me to define the height and width of the graphs other than in the xaml, I'm running on .net maui 7.0
@gabrielwembi808
@gabrielwembi808 2 ай бұрын
How to make background transparent ? I tried but it didn't work as expected
@jfversluis
@jfversluis 2 ай бұрын
You'll have to check the plugin repository
@massimoconti5431
@massimoconti5431 Жыл бұрын
What about OXYPlot I used with Xamarin.Forms, is it still compatible?
@jfversluis
@jfversluis Жыл бұрын
Looks like there is a compatible version: github.com/iniceice88/OxyPlot.Maui.Skia
@pickleballplus3178
@pickleballplus3178 Жыл бұрын
Thanks for the great content. But do you have an MVVM example?
@jfversluis
@jfversluis Жыл бұрын
Thanks! Yeah, I mentioned in my video that I would tell you about MVVM and then totally forgot 😅 the only option I could see to make it work with MVVM is bind to the Chart property on the ChartView and replace that whenever the data changes. I hope that will get better at some point as it seems not ideal.
@tanakamawere
@tanakamawere Жыл бұрын
@jfversluis Please this. MVVM. I am getting lost
@ReviewCantina
@ReviewCantina Жыл бұрын
Did anyone get the MVVM to work? I would like to see a simple example.
@MuhammadNadeem-wj6xd
@MuhammadNadeem-wj6xd Жыл бұрын
Very nice 👌
@jfversluis
@jfversluis Жыл бұрын
Thank you!
@wiaanduvenhage9630
@wiaanduvenhage9630 Жыл бұрын
Hi! Great tutorial I just keep getting the error that ChartEntry exists in both Microcharts.Maui and Microcharts? Is there anyway to fix it Im looking at potential fixes but it's still not working
@jfversluis
@jfversluis Жыл бұрын
Either add the right using statement at the top or fully quality the type with the namespace
@francisdy7294
@francisdy7294 Жыл бұрын
Hi Gerald, good day, Im a long time xamarin user, I can't proceed to .net maui until I know how to print using bluetooth, could you make a video for it, or a link, anything that could help me, thanks in advance
@giuseppethedeveloper
@giuseppethedeveloper 10 ай бұрын
It doesn't work on iOS, the app crashs when I try to show the chart. Windows 11, .Net Maui 7.
@giuseppethedeveloper
@giuseppethedeveloper 10 ай бұрын
Error: System.DllNotFoundException: @rpath/libSkiaSharp.framework/libSkiaSharp at SkiaSharp.SKPaint..ctor() at Microcharts.AxisBasedChart..ctor() at Microcharts.BarChart..ctor() **System.TypeInitializationException:** 'The type initializer for 'SkiaSharp.SKObject' threw an exception.'
@maksimpaschenko3324
@maksimpaschenko3324 10 ай бұрын
he dont find the namespace of ChartView in the xaml :(
@michaloplt3351
@michaloplt3351 6 ай бұрын
No one is appreciating the ohhmmm Donut reference 😂 I am, 🍩, Homer rules 😉
@jfversluis
@jfversluis 6 ай бұрын
FINALLY! Thank you!
@madraven37
@madraven37 Жыл бұрын
Gracias
@jfversluis
@jfversluis Жыл бұрын
¡De nada!
@robertperez9264
@robertperez9264 Жыл бұрын
It doesn't work on iOS can you help me?
@jfversluis
@jfversluis Жыл бұрын
Any errors or anything?
@juanalexisvidalgonzales302
@juanalexisvidalgonzales302 Жыл бұрын
@@jfversluis hi man, good tutorial, I have null references on Color = SKColor.Parse("#2c3e50") on ios
@tuncaykayikci3894
@tuncaykayikci3894 6 ай бұрын
👍👍👍
@perlepes100
@perlepes100 10 ай бұрын
Thank you for your tutorial but in .NET 8 and MAUI it doesn't work.
@jfversluis
@jfversluis 10 ай бұрын
Make sure to report it on the repository!
@ericritter46
@ericritter46 4 ай бұрын
mmm right! 6:00
@jfversluis
@jfversluis 4 ай бұрын
🍩
@enricoroselino7557
@enricoroselino7557 Жыл бұрын
im first ?
@jfversluis
@jfversluis Жыл бұрын
You sure are
@enricoroselino7557
@enricoroselino7557 Жыл бұрын
@@jfversluis can i ask ? my xaml not "connected" to my viewmodel if not using , why is it happened ? i watched all videos only x:DataType is enough to "connect" viewModel
@jfversluis
@jfversluis Жыл бұрын
No, the only thing x:DataType does is enable compiled bindings, it does not set the BindingContext so that’s why!
Highly Customizable Popups for .NET MAUI with Mopups
18:20
Gerald Versluis
Рет қаралды 32 М.
Is There Hope For .NET MAUI?
7:10
SingletonSean
Рет қаралды 30 М.
كم بصير عمركم عام ٢٠٢٥😍 #shorts #hasanandnour
00:27
hasan and nour shorts
Рет қаралды 11 МЛН
Creative Justice at the Checkout: Bananas and Eggs Showdown #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 33 МЛН
Localization in .NET MAUI - Adding Multi-Language to Your Apps
24:17
Gerald Versluis
Рет қаралды 19 М.
Day in the Life of a Japanese Game Programmer
13:47
Paolo fromTOKYO
Рет қаралды 16 МЛН
How to Customize the DateTime Axis in .NET MAUI Cartesian Charts
7:54
.NET and C# are in trouble. Here is what I'd do.
10:57
Ed Andersen
Рет қаралды 109 М.
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 816 М.
Forget Controllers and Minimal APIs in .NET!
14:07
Nick Chapsas
Рет қаралды 77 М.
Check and Request Permissions in .NET MAUI
19:48
James Montemagno
Рет қаралды 25 М.
Local Push Notifications with .NET MAUI, Easy With This Plugin!
17:29
Gerald Versluis
Рет қаралды 36 М.
Drawing Graphics In Your Apps with Maui.Graphics
10:10
Programming With Chris
Рет қаралды 9 М.
Getting Started with the .NET MAUI Circular Chart Control
12:02
Syncfusion, Inc
Рет қаралды 1,8 М.