GrapeCity.Xaml.Excel
FirstSliceAngle Property (ExcelDoughnutChart)


GrapeCity.Excel.Chart Namespace > ExcelDoughnutChart Class : FirstSliceAngle Property
Specifies the angle of the first pie char slice, in degrees (clockwise from up)
Syntax
'Declaration
 
Public Property FirstSliceAngle As Integer
'Usage
 
Dim instance As ExcelDoughnutChart
Dim value As Integer
 
instance.FirstSliceAngle = value
 
value = instance.FirstSliceAngle
public int FirstSliceAngle {get; set;}
See Also

Reference

ExcelDoughnutChart Class
ExcelDoughnutChart Members