Uses of Class
com.steema.teechart.styles.ColorList

Packages that use ColorList
com.steema.teechart.functions   
com.steema.teechart.styles   
 

Uses of ColorList in com.steema.teechart.functions
 

Methods in com.steema.teechart.functions with parameters of type ColorList
 int DownSampling.reduce(DownSamplingMethod algorithm, Series s, double tol, int lbound, int ubound, double[] rx, double[] ry, ColorList colors, Color color)
           
 

Uses of ColorList in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as ColorList
protected  ColorList Series.iColors
           
 

Methods in com.steema.teechart.styles that return ColorList
 ColorList Series.getColors()
          Accesses the stored Color Array, if created, for the Series.
 

Methods in com.steema.teechart.styles with parameters of type ColorList
 void Series.setColors(ColorList value)
          Accesses the stored Color Array, if created, for the Series.