다음을 통해 공유


ChartGroup.FirstSliceAngle Property

Returns or sets the angle, in degrees (clockwise from vertical), of the first pie-chart or doughnut-chart slice. Read/write 64-bit signed integer.

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

Remarks

This property applies only to pie, 3-D pie, and doughnut charts. It can be a value from 0 through 360.

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.PowerPoint Namespace