GrapeCity.Xaml.Excel
BandFormats Property (ExcelSurfaceChart)


GrapeCity.Excel.Chart Namespace > ExcelSurfaceChart 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 ExcelSurfaceChart
Dim value As List(Of Integer)
 
instance.BandFormats = value
 
value = instance.BandFormats
public List<int> BandFormats {get; set;}
See Also

Reference

ExcelSurfaceChart Class
ExcelSurfaceChart Members