Profile Picture

axis label location

Posted By Hyoseop Kim 15 Years Ago
Author
Message
Hyoseop Kim
Posted 15 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)

Group: Forum Members
Last Active: 15 Years Ago
Posts: 1, Visits: 1

when i use "Axis Model Crossing" how to change the axis label location

Please see the attached image file



Attachments
axis Example.gif (40 views, 84.00 KB)
bob milanov
Posted 15 Years Ago
View Quick Profile
Supreme Being

Supreme Being (152 reputation)Supreme Being (152 reputation)Supreme Being (152 reputation)Supreme Being (152 reputation)Supreme Being (152 reputation)Supreme Being (152 reputation)Supreme Being (152 reputation)Supreme Being (152 reputation)Supreme Being (152 reputation)

Group: Forum Members
Last Active: 6 Months Ago
Posts: 153, Visits: 11

Hi Kim,

You have to change the orientation of the axis ruler. The following code will do that for the primary X and Y axes:

NChart chart = nChartControl1.Charts[0];

chart.Axis(StandardAxis.PrimaryX).Anchor.RulerOrientation = RulerOrientation.Right;
chart.Axis(
StandardAxis.PrimaryY).Anchor.RulerOrientation = RulerOrientation.Right;

Hope I helped - let me know if you meet any problems.

Best regards,
Bob





Similar Topics


Reading This Topic