public abstract class ChartSeriesRenderer extends PropertyManager
Constructor and Description |
---|
ChartSeriesRenderer()
Creates a new instance of the
ChartSeriesRenderer class. |
Modifier and Type | Method and Description |
---|---|
void |
applyPalette(ChartPalette palette)
Applies the color of the current palette entry to the current renderer implementation.
|
LinkedList<com.telerik.widget.chart.visualization.common.renderers.ChartSeriesRenderer.DataPointSegment> |
dataPointSegments()
Gets the current data point segments generated from the current model's data points.
|
void |
prepare()
Used to reset the renderer and to prepare the current paths.
|
void |
render(Canvas canvas)
Used to invoke the
renderCore(android.graphics.Canvas) method of the corresponding
renderer implementation. |
getValue, resetPropertyValue, setValue, setValue
public ChartSeriesRenderer()
ChartSeriesRenderer
class.public void prepare()
public void render(Canvas canvas)
renderCore(android.graphics.Canvas)
method of the corresponding
renderer implementation.canvas
- the canvas on which the data will be rendered.Canvas
public void applyPalette(ChartPalette palette)
public LinkedList<com.telerik.widget.chart.visualization.common.renderers.ChartSeriesRenderer.DataPointSegment> dataPointSegments()