Share via


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. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Integer

Remarks

Can be a value from 0 through 360.

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.Word Namespace