C# Class Wpf.CartesianChart.Financial.CandleStickExample

Interaction logic for CandleStickExample.xaml
Inheritance: System.Windows.Controls.UserControl, INotifyPropertyChanged
Mostra file Open project: beto-rodriguez/Live-Charts

Public Methods

Method Description
CandleStickExample ( ) : System

Protected Methods

Method Description
OnPropertyChanged ( string propertyName = null ) : void

Private Methods

Method Description
UpdateAllOnClick ( object sender, RoutedEventArgs e ) : void

Method Details

CandleStickExample() public method

public CandleStickExample ( ) : System
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
return void