ChartGroup.FirstSliceAngle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.