SpreadsheetGear 2017
FirstSliceAngle Property (IChartGroup)






SpreadsheetGear.Charts Namespace > IChartGroup Interface : FirstSliceAngle Property
Gets or sets the angle, in degrees, of the first slice in a pie or doughnut chart.
Syntax
'Declaration
 
Property FirstSliceAngle As System.Double
'Usage
 
Dim instance As IChartGroup
Dim value As System.Double
 
instance.FirstSliceAngle = value
 
value = instance.FirstSliceAngle
System.double FirstSliceAngle {get; set;}
read-write property FirstSliceAngle: System.Double; 
function get,set FirstSliceAngle : System.double
__property System.double get_FirstSliceAngle();
__property void set_FirstSliceAngle( 
   System.double value
);
property System.double FirstSliceAngle {
   System.double get();
   void set (    System.double value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IChartGroup Interface
IChartGroup Members