GearedExamples | A set of examples for the LiveCharts.Geared package | Data Visualization library

 by   Live-Charts C# Version: Current License: No License

kandi X-RAY | GearedExamples Summary

kandi X-RAY | GearedExamples Summary

GearedExamples is a C# library typically used in Analytics, Data Visualization, Numpy applications. GearedExamples has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

A set of examples for the LiveCharts.Geared package
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              GearedExamples has a low active ecosystem.
              It has 36 star(s) with 21 fork(s). There are 10 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              GearedExamples has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of GearedExamples is current.

            kandi-Quality Quality

              GearedExamples has 0 bugs and 0 code smells.

            kandi-Security Security

              GearedExamples has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              GearedExamples code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              GearedExamples does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              GearedExamples releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of GearedExamples
            Get all kandi verified functions for this library.

            GearedExamples Key Features

            No Key Features are available at this moment for GearedExamples.

            GearedExamples Examples and Code Snippets

            No Code Snippets are available at this moment for GearedExamples.

            Community Discussions

            QUESTION

            Livecharts Geared throws unhandled ArgumentOutOfRangeException when zoomed to specific position
            Asked 2020-Jan-27 at 15:06

            I have modified the scrollable example to use Rachel Lim's VMMV navigation example and to fetch data from our database. I have also moved some code-behind logic to VM. Everything works fine with LiveCharts.ChartValues, but when using LiveCharts.Geared.GearedValues the library crashes when zoomed in/out to specific point.

            The data has 6 hourly values with timestamp. I group and sum values by hour. Timestamp and values are never null and neither are calculated sums. I do not update data after the chart has been drawn.

            If I fetch 1000 values(~1000/6 datapoints) from database, the library crashes when zoomed out approximately 5 times of data's range. If i fetch 10000 values(~10000/6 datapoints) the crash happens as soon as the user has navigated to usercontrol where the chart is. If i fetch 100000 values the crash happens when zooming in approximately to same minvalue & maxvalue.

            However when using ChartValues instead of GearedValues or using just a few datapoints I can zoom in as close as I want and zoom out to DateTime.minvalue.

            My view.xaml(Pretty much the example one but using ICommand RangeChangedCommand):

            ...

            ANSWER

            Answered 2019-Mar-26 at 09:33

            Well it took a work day but I guess I found out what was so different with my implementation compared to the official example... THE LIST ORDER.

            If I sort the original data by property on x-axis before calling AsGearedValues(), I get no crashes. This is not an issue in the free versions AsChartValues. I guess it has something to do with virtualization/optimization and AsGearedValues isn't smart enough to sort the list itself for future use. Also nowhere in documentation this is mentioned. I'll open an issue on github regarding this.

            Simple demo:

            MainWindow.xaml.cs

            Source https://stackoverflow.com/questions/55337954

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install GearedExamples

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/Live-Charts/GearedExamples.git

          • CLI

            gh repo clone Live-Charts/GearedExamples

          • sshUrl

            git@github.com:Live-Charts/GearedExamples.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link