Is there API to set the 3-D Rotation settings for the Chart Area?
In Excel, looking at the settings found in the 3-D Rotation section of the Format Chart Area area associated to a 3-D chart. Looking to tip a 3-D pie chart so that more of the top surface is showing.
It looks like the feature (3D Rotation settings etc.) is not available in Aspose.Cells for JAVA. Could you give us a sample Excel file (you may create it manually in Ms Excel) having those settings for the chart objects, also attach some screen shots and provide us more details about your specific requirements. We will log a ticket for it if required.
Please use setRotationAngel(int value) to
set X rotation, setElevation(int value) to set Y rotation,
setRightAngelAxes(true/false) to set RightAngelAxes.
You are right. Actually, there is no change. All we are saying is to use the functions to fulfill your needs. These are present in both versions.
Please use setRotationAngel(int value) to
set X rotation, setElevation(int value) to set Y rotation, setRightAngelAxes(true/false) to set RightAngelAxes.