Skip to content

Files

Latest commit

 

History

History
36 lines (22 loc) · 948 Bytes

Excel.ChartGroup.FirstSliceAngle.md

File metadata and controls

36 lines (22 loc) · 948 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ChartGroup.FirstSliceAngle property (Excel)
vbaxl10.chm568077
vbaxl10.chm568077
Excel.ChartGroup.FirstSliceAngle
a6bded62-d757-fc67-4677-7f9c12fd6395
04/20/2019
medium

ChartGroup.FirstSliceAngle property (Excel)

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. Can be a value from 0 through 360. Read/write Long.

Syntax

expression.FirstSliceAngle

expression A variable that represents a ChartGroup object.

Example

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

Charts("Chart1").ChartGroups(1).FirstSliceAngle = 15

[!includeSupport and feedback]