2
It is possible to generate the pie chart (pie) by comparing different columns of a DataTable
?
I mean, I have one DataTable
with 2 columns of values and wanted to create a pie chart for each row of the DataTable
, thus comparing the two values.
DataTable
:
Descricao | Val1 | Val2
xxxxxxxx | 9999 | 8888
yyyyyyyy | 1111 | 2222
I’m using the Microsoft Chart Control, which is native to . net
Yes, it is possible. The idea is to draw the graph completely from scratch? Or use something like .net charting?
– Oralista de Sistemas
@Renan, I’m using the Microsoft Chart Control, which is native to . net.
– Jonnas Carvalho
Edit the question to contain this information. This increases the chances of you getting a good answer, okay? And keep my upvote early.
– Oralista de Sistemas