PersistentSeriesRenderingLayer Methods |
The PersistentSeriesRenderingLayer type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear |
Clears the rendering layer and sets the size to size of the chart control.
Sets all data transparent (ARGB=0,255,255,255).
| |
| Clear(Color) |
Clears the rendering layer. Sets all data to given color.
| |
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MultiplyAlpha |
Allows decaying or bringing the layer more visible.
| |
| RenderSeries(ListPointLineSeriesBase) |
Renders list of given series into the layer, in one batch. Faster than calling RenderSeries many times.
| |
| RenderSeries(PointLineSeriesBase) |
Renders the given series into the layer.
(Inherited from PersistentSeriesRenderingLayerBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |