Profile Picture

How to move the number to the right side of the Y axis

Posted By Enjoyear Guo 12 Years Ago
Author
Message
Enjoyear Guo
Posted 12 Years Ago
View Quick Profile
Forum Member

Forum Member (30 reputation)Forum Member (30 reputation)Forum Member (30 reputation)Forum Member (30 reputation)Forum Member (30 reputation)Forum Member (30 reputation)Forum Member (30 reputation)Forum Member (30 reputation)Forum Member (30 reputation)

Group: Forum Members
Last Active: 12 Years Ago
Posts: 30, Visits: 1
Hi,

I find the following way to move the y axis to the right side of the chart.
NCrossAxisAnchor crossAnchor = new NCrossAxisAnchor();
yPrimaryAxis.Anchor = crossAnchor;
yPrimaryAxis.Visible = true;
crossAnchor.Crossings.Add(new NModelAxisCrossing(m_Chart.Axis(StandardAxis.PrimaryX), HorzAlign.Right,
new NLength(0)));
But I also want to move the numbers to the right side of the y axis, how can I implement that?
Many thanks!

Best,
Enjoyear




Similar Topics


Reading This Topic