ColorGrid series is a 2D surface. Each "cell" has a value and an optional color. The add method is used to fill the color grid. An optional "grid" over cells is displayed using the Pen method.
Example:
Series.add( 1, 123, 1 );