GrapeCity.Xaml.Excel
AlternateFallbackStyleList Property (ExcelChart)


GrapeCity.Excel.Chart Namespace > ExcelChart Class : AlternateFallbackStyleList Property
Represents fall back choice if all alternate choice are not recognized by cosuming application.
Syntax
'Declaration
 
Public Property AlternateFallbackStyleList As List(Of Integer)
'Usage
 
Dim instance As ExcelChart
Dim value As List(Of Integer)
 
instance.AlternateFallbackStyleList = value
 
value = instance.AlternateFallbackStyleList
public List<int> AlternateFallbackStyleList {get; set;}
See Also

Reference

ExcelChart Class
ExcelChart Members