GrapeCity.Xaml.Excel
CustomSplitPoints Property (ExcelOfPieChart)


GrapeCity.Excel.Chart Namespace > ExcelOfPieChart Class : CustomSplitPoints Property
Specifies the custom split information for a pie of pie or bar of pie chart with a custom split.
Syntax
'Declaration
 
Public Property CustomSplitPoints As List(Of Integer)
'Usage
 
Dim instance As ExcelOfPieChart
Dim value As List(Of Integer)
 
instance.CustomSplitPoints = value
 
value = instance.CustomSplitPoints
public List<int> CustomSplitPoints {get; set;}
See Also

Reference

ExcelOfPieChart Class
ExcelOfPieChart Members