GrapeCity.Xaml.Excel
FirstSliceAngle Property (IExcelPieChart)


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

Reference

IExcelPieChart Interface
IExcelPieChart Members