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

Bind Axis

1 Answer 42 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Márcio Fábio Althmann
Top achievements
Rank 1
Márcio Fábio Althmann asked on 09 Mar 2010, 09:01 PM
Hello, i need bind axis x, y with property of my class, its possible?

var lista = new List<Cliente>();
lista.Add(new Cliente { Nome = "Márcio", Total = 100});
lista.Add(new Cliente { Nome = "Márcio2", Total = 150});
lista.Add(new Cliente { Nome = "Márcio3", Total = 160});
lista.Add(new Cliente { Nome = "Márcio4", Total = 170});
lista.Add(new Cliente { Nome = "Márcio5", Total = 180});
grafico.ItemsSource = lista;

In chart, is possible show Nome Property on x axis?

1 Answer, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 10 Mar 2010, 09:07 AM
Hi Márcio,

We would suggest you to review this help article here that demonstrates how to achieve the desired functionality.

Hope this helps.


Greetings,
Freddie
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Chart
Asked by
Márcio Fábio Althmann
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Share this question
or