Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GrumpyCockatiel/RayCharts
A couple custom Xamarin Forms charting controls including a progress ring, line chart and progress bar chart.
https://github.com/GrumpyCockatiel/RayCharts
chart charting cross-platform custom-controls linechart mobile-app progress-meter progress-ring xamarin
Last synced: 3 months ago
JSON representation
A couple custom Xamarin Forms charting controls including a progress ring, line chart and progress bar chart.
- Host: GitHub
- URL: https://github.com/GrumpyCockatiel/RayCharts
- Owner: GrumpyCockatiel
- License: mit
- Created: 2020-06-10T14:56:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T15:45:43.000Z (almost 4 years ago)
- Last Synced: 2024-05-13T00:36:50.784Z (6 months ago)
- Topics: chart, charting, cross-platform, custom-controls, linechart, mobile-app, progress-meter, progress-ring, xamarin
- Language: C#
- Homepage:
- Size: 1.11 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - RayCharts ★3
README
# Ray Charts
This is a demo app for some custom Xamarin Chart Controls which can be found in the nuget packages download section.
They include a:
* Progress Meter - the ring meter with 2 modes, percent complete and pie
* Progress Chart - a bar chart that overlays two bars on top of each other to show progress by period
* Multiline Chart - a typical line chartThe included app is to simply run the demo controls.
Documentation and more control customization parameters are forthcoming.
## Progress Ring
This is the ubiquitous progress ring or meter that can be used in 1 of 2 modes.* Pie mode is really just a 2 data value pie chart that just displays as a ring - not filled in pie pieces.
* Progress mode is the chaser ring that continues to loop around even after reaching a target goal![Progress Meter](./readme/progress-demo.png)
## Charts
* Line Chart is just your typical multi-line series chart.
* Progress Bar Chart lets you specify 2 different values for each bar - a goal value and current value. The bars lay on top of each other and you can change their color to indicate if a goal is reached.![Charts](./readme/chart-demo.png)