GrapeCity.Xaml.Excel
BandFormats Property (ExcelSurface3DChart)


GrapeCity.Excel.Chart Namespace > ExcelSurface3DChart Class : BandFormats Property
A collection of formatting bands for a surface chart indexed from low to high.
Syntax
'Declaration
 
Public Property BandFormats As List(Of Integer)
'Usage
 
Dim instance As ExcelSurface3DChart
Dim value As List(Of Integer)
 
instance.BandFormats = value
 
value = instance.BandFormats
public List<int> BandFormats {get; set;}
See Also

Reference

ExcelSurface3DChart Class
ExcelSurface3DChart Members