How to print labels on both sides of a rangebar in WinForms MS Chart using C#
Posted
by Meera
on Stack Overflow
See other posts from Stack Overflow
or by Meera
Published on 2010-03-10T11:31:56Z
Indexed on
2010/03/11
5:08 UTC
Read the original article
Hit count: 482
How can i add labels for each and every yvalue in series of a rangebarchart ?
You all know that for plotting rangebartype series ,we need two yvalues as yvalue[0] and yvalue[1] .Here I need to add data labels to each of those yvalues( which means both at yvalue[0] and yvalue[1]).how can i implement that?can anybody suggest me?please!!
The label should look like as below for a rangebar(to be displayed on both sides of a rangebar).
Label1 ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ Label2
Label¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ Label
© Stack Overflow or respective owner