C# Class LiveCharts.WinForms.PieChart

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

Protected Properties

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PieChart ( ) : System

Initializes a new instance of the PieChart class.

Update ( bool restartView, bool force ) : void

Updates the specified restart view.

Method Details

PieChart() public méthode

Initializes a new instance of the PieChart class.
public PieChart ( ) : 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.PieChart WpfBase
Résultat Wpf.PieChart