Click or drag to resize

BeforeRenderingEventArgs Class

LightningChart .NET Help
Represents a class that provides arguments for the BeforeRendering event.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVMChartEventArgs
    LightningChartLib.UWP.ChartingMVVMBeforeRenderingEventArgs

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class BeforeRenderingEventArgs : ChartEventArgs

The BeforeRenderingEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodBeforeRenderingEventArgs Creates and initializes a new instance of BeforeRenderingEventArgs class.
Top
Fields
 NameDescription
Public fieldChart The chart that was just rendered.
Public fieldHeight The height of the chart.
Public fieldWidth The width of the chart.
Top
See Also