'Declaration
Public Property CustomPalette As IList(Of Color)
'Usage
Dim instance As ChartBase Dim value As IList(Of Color) instance.CustomPalette = value value = instance.CustomPalette
public IList<Color> CustomPalette {get; set;}
'Declaration
Public Property CustomPalette As IList(Of Color)
'Usage
Dim instance As ChartBase Dim value As IList(Of Color) instance.CustomPalette = value value = instance.CustomPalette
public IList<Color> CustomPalette {get; set;}