C# Class LiveCharts.WinForms.PieChart

Inheritance: ElementHost
Mostra file Open project: beto-rodriguez/Live-Charts Class Usage Examples

Protected Properties

Property Type Description
WpfBase Wpf.PieChart

Private Properties

Property Type Description

Public Methods

Method 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 method

Initializes a new instance of the PieChart class.
public PieChart ( ) : System
return System

Update() public method

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].
return void

Property Details

WpfBase protected_oe property

The WPF base
protected Wpf.PieChart WpfBase
return Wpf.PieChart