'DeclarationPublic Property IndicatorColors As System.Collections.Generic.List(Of Color)
'UsageDim 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;}