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
|