ChartGroup.FirstSliceAngle Property
Returns or sets the angle of the first pie-chart or doughnut-chart slice in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property FirstSliceAngle As Integer
Get
Set
'Usage
Dim instance As ChartGroup
Dim value As Integer
value = instance.FirstSliceAngle
instance.FirstSliceAngle = value
int FirstSliceAngle { get; set; }
Property Value
Type: System.Int32