Working with the Reflection Effect of Shape or Chart

Possible Usage Scenarios

Aspose.Cells provides the Shape.Reflection property along with ReflectionEffect class to work with the reflection effect of shape or chart. The ReflectionEffect class contains the following properties which can be set to achieve different results as per application requirements.

Working with the Reflection Effect of Shape or Chart

The following sample code loads the source excel file and accesses the first shape in the default worksheet and sets different properties of Shape.Reflection class and then saves the workbook in the output excel file.