GrapeCity.Xaml.Excel
FirstSliceAngle Property (IExcelDoughnutChart)


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

Reference

IExcelDoughnutChart Interface
IExcelDoughnutChart Members