ChartGroup.FirstSliceAngle Property

Definition

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.

public:
 property int FirstSliceAngle { int get(); void set(int value); };
public int FirstSliceAngle { get; set; }
member this.FirstSliceAngle : int with get, set
Public Property FirstSliceAngle As Integer

Property Value

Integer

Remarks

Can be a value from 0 through 360.

Applies to