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.
public:
property int FirstSliceAngle { int get(); void set(int value); };
public int FirstSliceAngle { get; set; }
Public Property FirstSliceAngle As Integer