Click here to Skip to main content
15,909,953 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I try to add Add custom labels to the yaxis instead of actual values in zedgraph.I have a structure like that :

myPane.YAxis.Scale.Min = 0;
myPane.YAxis.Scale.Max = 1;
myPane.YAxis.Scale.MajorStep = 0.1;
myPane.YAxis.IsVisible = true;
myPane.YAxis.Title.IsVisible = false;



I try to accomplish assign label of myPane.YAxis.Scale.Min to the "Min" word instead of 0. And label of myPane.YAxis.Scale.Max to the "Max" word instead of 1 and assign label of middle of the axis to the "(Min+Max)/2 " word. Other actual labels also should be invisible.

How can I do this? Please help..
Posted
Comments
Sandeep Mewara 12-May-11 6:26am    
Tried to look for it at Zedgraph forum?
Member 7755322 12-May-11 6:33am    
Could you give me link of it?

1 solution

Here you go for the discussion and issues of ZedGraph:
Zedgraph forums[^]
Zedgraph forum Help[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900