GrapeCity.Xaml.Excel
FirstSliceAngle Property (ExcelPieChart)


GrapeCity.Excel.Chart Namespace > ExcelPieChart 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 ExcelPieChart
Dim value As Integer
 
instance.FirstSliceAngle = value
 
value = instance.FirstSliceAngle
public int FirstSliceAngle {get; set;}
See Also

Reference

ExcelPieChart Class
ExcelPieChart Members