Click or drag to resize

TotalChartCountChangedEventArgs Class

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

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 TotalChartCountChangedEventArgs : ChartEventArgs

The TotalChartCountChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodTotalChartCountChangedEventArgs Creates and initializes a new instance of TotalChartCountChangedEventArgs class.
Top
Fields
 NameDescription
Public fieldCount The new total count of chart instances.
Top
See Also