Group: Forum Members
Posts: 176,
Visits: 1.9K
|
Apologies, the code line I gave is for categorical x axes, whereas the failing charts all have x-values supplied, so the code line behaving differently is: bar.BarWidth = new NLength(1.5f, NRelativeUnit.ParentPercentage); Does this now enable you to find out where the problem is? I don't know if it's related but the size of symbols on line plots, which also use NRelativeUnit.ParentPercentage, are also slightly different compared to our reference plots. Thanks Kevin
|