C# Class LiveCharts.SeriesAlgorithms.PieAlgorithm

Inheritance: SeriesAlgorithm, IPieSeries
Mostrar archivo Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Methods

Method Description
PieAlgorithm ( ISeriesView view ) : System.Linq

Initializes a new instance of the PieAlgorithm class.

Update ( ) : void

Updates this instance.

Method Details

PieAlgorithm() public method

Initializes a new instance of the PieAlgorithm class.
public PieAlgorithm ( ISeriesView view ) : System.Linq
view ISeriesView The view.
return System.Linq

Update() public method

Updates this instance.
public Update ( ) : void
return void