'Declaration
Public Property IndicatorColors As System.Collections.Generic.List(Of Color)
'Usage
Dim instance As NChartPalette Dim value As System.Collections.Generic.List(Of Color) instance.IndicatorColors = value value = instance.IndicatorColors
public System.Collections.Generic.List<Color> IndicatorColors {get; set;}