C# Class LiveCharts.WinForms.CartesianChart

Inheritance: ElementHost
Afficher le fichier Open project: beto-rodriguez/Live-Charts Class Usage Examples

Protected Properties

Свойство Type Description
WpfBase Wpf.CartesianChart

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CartesianChart ( ) : System

Initializes a new instance of the CartesianChart class.

Update ( bool restartView, bool force ) : void

Updates the specified restart view.

Method Details

CartesianChart() public méthode

Initializes a new instance of the CartesianChart class.
public CartesianChart ( ) : System
Résultat System

Update() public méthode

Updates the specified restart view.
public Update ( bool restartView, bool force ) : void
restartView bool if set to true [restart view].
force bool if set to true [force].
Résultat void

Property Details

WpfBase protected_oe property

The WPF base
protected Wpf.CartesianChart WpfBase
Résultat Wpf.CartesianChart