C# Class ParallelCoordinatesDemo.Charts.ChartPoint

Inheritance: System.Windows.Controls.Control, INotifyPropertyChanged, IChartElement
ファイルを表示 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_oe static_oe property

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

IsSelectedProperty public_oe static_oe property

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

XProperty public_oe static_oe property

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

YProperty public_oe static_oe property

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