GrapeCity.Xaml.Excel
CustomSplitPoints Property (ExcelOfPieChart)


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;}
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelOfPieChart Class
ExcelOfPieChart Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options