c# - How to show values as legend? -


I have a bar chart and I want to show the value of the jacks as legends. As the default behavior, series looks like legend ...

 Bar chart

How can I show legends with the values?

You will need to use a new LegendItem .

  LegendItem newItem = new LegendItem (); NewItem.Cells.Add (Legendlip. Serizambol, "", Content Alliance Middle Middle School); NewItem.Cells.Add (LegendCellType.Text, chartdata [index] .ostring (), ContentAlignment.MiddleCenter);   

And do this for each series.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -