GrapeCity.Xaml.Excel
BandFormats Property (IExcelSurfaceChartBase)


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

Reference

IExcelSurfaceChartBase Interface
IExcelSurfaceChartBase Members