FirstSliceAngle property (Excel Graph)

Returns or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3D pie, and doughnut charts. Read/write Long.

Syntax

expression.FirstSliceAngle

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example sets the angle for the first slice in chart group one. The example should be run on a 2D pie chart.

myChart.ChartGroups(1).FirstSliceAngle = 15

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.