C# Class LiveCharts.WinForms.CartesianChart

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

Protected Properties

Property Type Description
WpfBase Wpf.CartesianChart

Private Properties

Property Type Description

Public Methods

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

Initializes a new instance of the CartesianChart class.
public CartesianChart ( ) : 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.CartesianChart WpfBase
return Wpf.CartesianChart