Profile Picture

3d labels scaling

Posted By Daniel Joubert 12 Years Ago
Author
Message
Nevron Support
Posted 12 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

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



Daniel Joubert
Posted 12 Years Ago
View Quick Profile
Junior Member

Junior Member (10 reputation)Junior Member (10 reputation)Junior Member (10 reputation)Junior Member (10 reputation)Junior Member (10 reputation)Junior Member (10 reputation)Junior Member (10 reputation)Junior Member (10 reputation)Junior Member (10 reputation)

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?



Attachments
2d.jpg (61 views, 55.00 KB)
3d_Stretch.jpg (58 views, 58.00 KB)
3d_fit_or_none.jpg (57 views, 50.00 KB)


Similar Topics


Reading This Topic