Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi Daniel, Try: NCartesianChart chart = (NCartesianChart)nChartControl1.Charts[0]; chart.Fit3DAxisContent = true; Axis fitting in 3D is turned off by default (we'll consider to enable it by default as it looks like a common requirement). Let us know if you meet any problems.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 12 Years Ago
Posts: 10,
Visits: 1
|
In 2d mode the barchart display the labels as expected while in 3d the labels are cut off or does not display. I set the chart DockMode to Fill. When the BoundMode is set to Stretch the labels does not display at all. When the BoundMode is set to None or Fit the labels are cut off. Is there a setting I am missing?
|