Visualize Your Data with Charts in .NET MAUI

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ • 72

  • @jfversluis
    @jfversluis  Рік тому +2

    Show data in a DataGrid? Check this: ua-cam.com/video/ERQMKw26zrs/v-deo.html

    • @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 місяців тому +3

    Great channel, Gerald! Keep it going!

    • @jfversluis
      @jfversluis  7 місяців тому

      Thank you Natalia, definitely will!

  • @iriacm1812
    @iriacm1812 3 місяці тому +1

    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

  • @MrNams
    @MrNams 11 місяців тому +1

    Tons of thanks for such a great video.

    • @jfversluis
      @jfversluis  11 місяців тому

      Appreciate it thank you!

  • @chuckvee6408
    @chuckvee6408 Рік тому +2

    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.

  • @josedonizeteoliveirajunior1744

    Microcharts is very good! Thanks for teaching

    • @jfversluis
      @jfversluis  Рік тому +3

      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 UA-cam comments. 😀

  • @mosheshahar1408
    @mosheshahar1408 Рік тому +1

    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

  • @NavaneethVariyath
    @NavaneethVariyath 5 місяців тому +1

    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 5 місяців тому

      i am also having this error, any solution you found ?

  • @TheRuko15
    @TheRuko15 Рік тому +1

    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  Рік тому +3

      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!

  • @gabrielwembi808
    @gabrielwembi808 3 місяці тому

    How to make background transparent ?
    I tried but it didn't work as expected

    • @jfversluis
      @jfversluis  3 місяці тому

      You'll have to check the plugin repository

  • @Ruslan-kk4pf
    @Ruslan-kk4pf 2 місяці тому

    Спасибо огромное, всё понятно объяснил😍

  • @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!
      ua-cam.com/video/UrXDiODAwKk/v-deo.html

  • @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.

  • @massimoconti5431
    @massimoconti5431 Рік тому

    What about OXYPlot I used with Xamarin.Forms, is it still compatible?

    • @jfversluis
      @jfversluis  Рік тому +1

      Looks like there is a compatible version: github.com/iniceice88/OxyPlot.Maui.Skia

  • @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

  • @kaiovinicius7176
    @kaiovinicius7176 11 місяців тому

    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

  • @anandshindey
    @anandshindey Рік тому

    Muchas Gracias, was waiting for it.

  • @maksimpaschenko3324
    @maksimpaschenko3324 11 місяців тому

    he dont find the namespace of ChartView in the xaml :(

  • @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

  • @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.'

  • @shaileshpandey6214
    @shaileshpandey6214 Рік тому +1

    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!

  • @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

  • @netdeveloper740
    @netdeveloper740 6 місяців тому

    Good video, thanks 🎉

  • @perlepes100
    @perlepes100 11 місяців тому

    Thank you for your tutorial but in .NET 8 and MAUI it doesn't work.

    • @jfversluis
      @jfversluis  11 місяців тому +1

      Make sure to report it on the repository!

  • @MuhammadNadeem-wj6xd
    @MuhammadNadeem-wj6xd Рік тому

    Very nice 👌

  • @michaloplt3351
    @michaloplt3351 7 місяців тому +1

    No one is appreciating the ohhmmm Donut reference 😂
    I am, 🍩, Homer rules 😉

  • @ericritter46
    @ericritter46 5 місяців тому

    mmm right! 6:00

  • @enricoroselino7557
    @enricoroselino7557 Рік тому +3

    im first ?

    • @jfversluis
      @jfversluis  Рік тому +1

      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  Рік тому +1

      No, the only thing x:DataType does is enable compiled bindings, it does not set the BindingContext so that’s why!

  • @madraven37
    @madraven37 Рік тому

    Gracias

  • @tuncaykayikci3894
    @tuncaykayikci3894 7 місяців тому

    👍👍👍