SpreadsheetGear 2023
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;}
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