PredefinedChartStyle does not set correct orientation of axis labels


https://www.nevron.com/Forum/Topic9043.aspx
Print Topic | Close Window

By Kevin Harrison - 9 Years Ago
In the help file for "Horizontal Charts", it states "Since this might be a labour-consuming task, it is generally recommended to use the PredefinedChartStyle property for overall setup and after that fine-tune the axes and 3D-view if this is required.", which implies that using a PredefinedChartStyle automatically sets the orientation of axis titles.

However, this is not the case. The axis titles are still drawn with the same orientations as they would be for the "standard" vertical chart style.
By Nevron Support - 9 Years Ago
Hi Kevin,
Thanks for noting this - it is corrected - now using a predefined chart orientation will set the axis title to scale orientation meaning title angles will be automatically synchronized with the axis orientation:
scaleConfigurator.Title.Angle = new NScaleLabelAngle(ScaleLabelAngleMode.Scale, 0);
This fix will appear in the next SP of the control.