Profile Picture

Axis Label linked to Datatable

Posted By Ronny Brouillard 11 Years Ago
Author
Message
Ronny Brouillard
Posted 11 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)

Group: Forum Members
Last Active: 11 Years Ago
Posts: 2, Visits: 1
Hi everyone.

I'm trying to make a simple 2D Bar graph linked to a Datatable.

My datas look like this :
NAME - VALUE
OneName - 10
AnotherName - 5
AnotherAgain - 7

I succeded to create the values liked this :

Dim dataBindingManager As NDataBindingManager = chartControl.DataBindingManager
dataBindingManager.AddBinding(0, 0, "Values", MyDataTable, "VALUE")

But I would like to display on the X Axis the NAME field.

Any idea ?

Thanks !




Similar Topics


Reading This Topic