3D Chart
Contents
[
Hide
]
Set RotationX, RotationY and DepthPercents properties of 3D Chart
Aspose.Slides for C++ provides a simple API for setting these properties. This following article will help you how set different properties like X,Y Rotation , DepthPercents etc. The sample code applies setting the above said properties.
- Create an instance of the Presentation class.
- Access first slide.
- Add chart with default data.
- Set Rotation3D properties.
- Write the modified presentation to a PPTX file.