Table of Contents

Class BeforeSeriesRenderingEventArgs

Namespace
LightningChartLib.WinForms.Charting.SeriesXY
Assembly
LightningChart.WinForms.Charting.NET4.dll

Represents a class that provides arguments for the BeforeSeriesRendering event.

public class BeforeSeriesRenderingEventArgs : ChartEventArgs
Inheritance
BeforeSeriesRenderingEventArgs
Inherited Members

Constructors

BeforeSeriesRenderingEventArgs()

Creates and initializes a new instance of BeforeSeriesRenderingEventArgs class.

public BeforeSeriesRenderingEventArgs()

Fields

CancelSeriesRendering

If you update the chart in the event handler, set to true to prevent flickering.

public bool CancelSeriesRendering

Field Value

bool

Series

The series that is about to be rendered.

public SeriesBaseXY Series

Field Value

SeriesBaseXY