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
|
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
|