I am looking for references or samples on charting options in Windows 8 XAML/C#.
I will also consider any third party options.
I need to provide a charting solution include bar graphs, pie charts and line graphs
You can take a took to the charts available in the free WinRT XAML Toolkit.
Try telerik
http://www.telerik.com/products/windows-8/controls.aspx
If that's looks expensive, you can build something yourself based on the blog article below:
http://blogs.msdn.com/b/metroapps/archive/2012/07/24/building-pie-chart-for-windows-8-metro.aspx
Arun
I have been involved in the porting of Visiblox to WinRT. We currently have a beta release out, and will make a full release in the next couple of weeks.
http://www.visiblox.com/visibloxcharts-for-winrt
Related
I design a UWP application.
In this one I am asked to make many reports that they are invoices or print delivery for example.
These can therefore have different models and these can be fixed or dynamic.
I explore different ideas:
- In the old application in WPF, we used an old version of DevExpress but it's really not easy to make reports simply and scalable ways easily
- There are indeed things like Telerik, ComponentOne but it's really expensive for what it does and I can not find an open source component.
- I looked to be able to make the models in XAML and be able to print them which would be ideal, however it works well with text but with tables (listbox, listview, datagrid ...) I can not manage the pagination.
Do you have any ideas? I do not know Power Bi Embedded well but maybe be an idea? I would like something scalable and simple to implement and without having to pay exhobirating sums for this kind of component.
use all in one DataGrid for enterprise LOB apps on uwp platform, it offers you editing, filtering and sorting etc as well : https://learn.microsoft.com/en-us/windows/communitytoolkit/controls/datagrid
use Print helper to print stuff from your uwp app. : https://learn.microsoft.com/en-us/windows/communitytoolkit/helpers/printhelper
Also please do look through other controls and helpers within windows community toolkit you might find some other stuff as well to help and simplify your uwp app developing experience :)
I'd like to implement a chart in a small system I'm writing to display sales statistics and I got pretty interested in that chart used on Windows 8 Task Manager, I'd like to know if is possible to use that control? It's WPF/WindowsForm?
Thanks in advance.
This Charts are avaiable from the chartv.dll from System32 directory, but it is a normal C++ DLL which is not intended to be used from 3rd party software.
I'm in urgent need of an Objective-C/Cocoa/Cocoa Touch framework to handle simple charting; pie chards, histograms etc.
The only thing that comes close is:
http://code.google.com/p/gchart-objc/
But it seems to be quite an early release and not maintained.
Has anyone created or used such a framework or library.
I use Core Plot. See this blog post for a tutorial.
I'll echo the suggestion of core-plot, and add some additional plotting references that may be of interest:
http://cocoaheads.byu.edu/resources/plot
you can have a look at DSBarChart. It is a tiny library for creating Histograms.
this is also a legend lib for charts : https://github.com/danielgindi/Charts
I want something like Axiis, but without using Flex or other Adobe products.
Have a look at the JavaScript InfoVis Toolkit. Also, maybe the gRaphaël charting library (built on top of Raphaël) can suit your needs.
Others:
Ajax.org
Google Chart API
flot
Style Chart
Bluff
JS Charts
jqPlot
pChart
ExtJS
Vizualize
TufteGraph
milkchart
DojoX Data Chart
jQChart
PlotKit
See whether one of these suits your needs best.
The closest I can think off the top off my head is Google Visualization API
Of course, AFAIK, this will only work for on-line applications. And is Google any less evil than Adobe is a question for you to decide :)
This is a pretty open question, as you havent specified any preference for any particular technology or language.
I do a lot of WPF/C# stuff so I immediately start looking on that stack. Assuming that this would be a suitable platform, then Visifire might be worth looking at... I originally found them here on codeplex.
There seem to be a ton of third party paid for components that can do similar things. Telerik has some visualization tools that may also be worth having a look at.
Is thre any specific scenario that you are looking at, or any specific language? I think we may be able to suggest better alternatives if that was provided.
You could try protovis (JavaScript), looks quite similar.
You can use jqChart - HTML5 jQuery Chart Plugin
I have a web app for commercial property management that needs spreadsheet-like functionality for doing budgets. I don't want to use Google Sheets because my users won't necessarily have a Google account.
So is there anything out there that I could use?
I looked and could only find SocialCalc which wasn't quite good enough for me.
Options:
ExtJS Grid Component (Open Source[GPL3] & Commercial License)
Infragistics Grid Component (Commercial License)
TreeGrid (Commercial License, Free Version has maximum of 33 rows)
If you don't mind implementing the logic yourself, the ExtJS grid component is a JavaScript grid component with lots of powerful features, and it is available in both open-source and commercial versions.
I have used dhtmlXGrid successfully. There is an open source version that you can use freely to get your application developed. Assuming everything works out, for $200 you can purchase a license for it and distribute it with your application.
Very easy to use; create an HTML table structure with your data in it and then bind dhtmlXGrid to the table - it automatically turns the table cells into editable fields.
Check it out here: http://www.dhtmlx.com/docs/products/dhtmlxGrid
Again, you will need to implement the spreadsheet logic yourself but dhtmlXGrid makes it straightforward to translate that into an editable column/row display.
There is an excellent grid from Farpoint
They have web and win forms grids available and are not too bad price wise
Infragistics has spreadsheet-type functionality in their data grid product
You may want to give a try to treegrid # www.coqsoft.com .
try telerik radgrid. It is a pretty decent .net user control which can easily render an XML datasource for user editting. Its also fully Ajax enabled to avoid delays when entering volumes of data.