Chart Control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have a chart control and have my y axis format like this: Chart1.ChartAreas(0).AxisY.LabelStyle.Format == "C" Which will show me (£ 100,£200 etc..). I have set the .Series("Revenue").IsValueShownAsLabel = True when i See the graph the numbers is formated for the the £ sign. However the point values for the y axis has not been formated with £ sign. How can i add a £ sign to each numbers of the Y values.? Please advice.