Table of Contents

Class BeforeRenderingEventArgs

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

Represents a class that provides arguments for the BeforeRendering event.

public class BeforeRenderingEventArgs : ChartEventArgs
Inheritance
BeforeRenderingEventArgs
Inherited Members

Constructors

BeforeRenderingEventArgs()

Creates and initializes a new instance of BeforeRenderingEventArgs class.

public BeforeRenderingEventArgs()

Fields

Chart

The chart that was just rendered.

public LightningChart Chart

Field Value

LightningChart

Height

The height of the chart.

public int Height

Field Value

int

Width

The width of the chart.

public int Width

Field Value

int