This is a migrated thread and some comments may be shown as answers.

Using radChart with Entity Framework

1 Answer 53 Views
Chart (obsolete as of Q1 2013)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Bob
Top achievements
Rank 2
Bob asked on 20 Dec 2012, 12:15 AM
Is there an example or can someone assist me in creating a simple bar chart while consuming data using entity framework?
The query could be as simple as:

SELECT        COUNT(Invoice_Header_Id) AS [Total Invoices], Created_By
FROM            Accounts_Payable.Invoice_Header
WHERE        (Date_Created >= CONVERT(DATETIME, '2012-12-19 00:00:00', 102))
GROUP BY Created_By

I don't have an entity created yet.  I would most likely use a store procedure and return a complex type.

Any help is appreciated.

Thanks
Bob

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 21 Dec 2012, 01:16 PM
Hello Bob,

I recommend that you use RadChartView for WinForms. It offers a lot of improvements, most notable of which the greatly increased performance. Here is a link with downloadable demos and sample applications to get you started.

Greetings,
Ivan N.
the Telerik team
Q3’12 of RadControls for WinForms is available for download (see what's new). Get it today.
Tags
Chart (obsolete as of Q1 2013)
Asked by
Bob
Top achievements
Rank 2
Answers by
Missing User
Share this question
or