C# Class ParallelCoordinatesDemo.Charts.ChartPoint

Inheritance: System.Windows.Controls.Control, INotifyPropertyChanged, IChartElement
Show file Open project: pwlodek/CodeGallery Class Usage Examples

Public Properties

Property Type Description
IsHighlightedProperty System.Windows.DependencyProperty
IsSelectedProperty System.Windows.DependencyProperty
XProperty System.Windows.DependencyProperty
YProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
ChartPoint System

Public Methods

Method Description
ChartPoint ( double x, double y ) : System

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
ChartPoint ( ) : System

Method Details

ChartPoint() public method

public ChartPoint ( double x, double y ) : System
x double
y double
return System

OnPropertyChanged() protected method

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

Property Details

IsHighlightedProperty public static property

public static DependencyProperty,System.Windows IsHighlightedProperty
return System.Windows.DependencyProperty

IsSelectedProperty public static property

public static DependencyProperty,System.Windows IsSelectedProperty
return System.Windows.DependencyProperty

XProperty public static property

public static DependencyProperty,System.Windows XProperty
return System.Windows.DependencyProperty

YProperty public static property

public static DependencyProperty,System.Windows YProperty
return System.Windows.DependencyProperty