Click or drag to resize

PersistentSeriesRenderingLayer Class

LightningChart .NET Help
Persistent series rendering layer. Series can be rendered in a bitmap layer and the actual series freed. Saves a lot of memory, CPU and GPU resources, especially when rendering hundreds or thousands of series. The layer itself is rendered in the chart just before line series objects.
Inheritance Hierarchy

Namespace:  Arction.WinForms.Charting.Views.ViewXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public class PersistentSeriesRenderingLayer : PersistentSeriesRenderingLayerBase

The PersistentSeriesRenderingLayer type exposes the following members.

Constructors
  NameDescription
Public methodPersistentSeriesRenderingLayer
Constructor
Top
Properties
  NameDescription
Public propertyAntiAliasing
Anti-aliasing. Works also if the GPU doesn't support anti-aliasing in hardware.
(Inherited from PersistentSeriesRenderingLayerBase.)
Top
Methods
  NameDescription
Public methodClear
Clears the rendering layer and sets the size to size of the chart control. Sets all data transparent (ARGB=0,255,255,255).
Public methodClear(Color)
Clears the rendering layer. Sets all data to given color.
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMultiplyAlpha
Allows decaying or bringing the layer more visible.
Public methodRenderSeries(ListPointLineSeriesBase)
Renders list of given series into the layer, in one batch. Faster than calling RenderSeries many times.
Public methodRenderSeries(PointLineSeriesBase)
Renders the given series into the layer.
(Inherited from PersistentSeriesRenderingLayerBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also