com.sencha.gxt.chart.client.chart.series
Interface SeriesRenderer<M>

Type Parameters:
M - the data type used by the renderer

public interface SeriesRenderer<M>

Interface used to create a custom renderer for a series.


Method Summary
 void spriteRenderer(Sprite sprite, int index, ListStore<M> store)
          Customizes the given sprite using the given index and store.
 

Method Detail

spriteRenderer

void spriteRenderer(Sprite sprite,
                    int index,
                    ListStore<M> store)
Customizes the given sprite using the given index and store.

Parameters:
sprite - the sprite to be customized
index - the store index
store - the data store


Copyright © 2011. All Rights Reserved.