SpreadsheetGear 2017
SplitValue Property (IChartGroup)






SpreadsheetGear.Charts Namespace > IChartGroup Interface : SplitValue Property
Gets or set the property which specifies the separation value on a pie of pie chart.
Syntax
'Declaration
 
Property SplitValue As System.Double
'Usage
 
Dim instance As IChartGroup
Dim value As System.Double
 
instance.SplitValue = value
 
value = instance.SplitValue
System.double SplitValue {get; set;}
read-write property SplitValue: System.Double; 
function get,set SplitValue : System.double
__property System.double get_SplitValue();
__property void set_SplitValue( 
   System.double value
);
property System.double SplitValue {
   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