Group: Forum Members
Last Active: 3 Years Ago
Posts: 176,
Visits: 1,865
|
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.
|
Group: Forum Members
Last Active: 2 hours ago
Posts: 3,054,
Visits: 4,009
|
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.
Best Regards, Nevron Support Team
|