C# Class ParallelCoordinatesDemo.Charts.DataSources.MultiDimensionalPoint

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: pwlodek/CodeGallery Class Usage Examples

Public Methods

Method Description
MultiDimensionalPoint ( int dim ) : System
this ( int index ) : double

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Method Details

MultiDimensionalPoint() public method

public MultiDimensionalPoint ( int dim ) : System
dim int
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void

this() public method

public this ( int index ) : double
index int
return double