C# Class ParallelCoordinatesDemo.Charts.ChartPoint

Inheritance: System.Windows.Controls.Control, INotifyPropertyChanged, IChartElement
Afficher le fichier Open project: pwlodek/CodeGallery Class Usage Examples

Méthodes publiques

Свойство Type Description
IsHighlightedProperty System.Windows.DependencyProperty
IsSelectedProperty System.Windows.DependencyProperty
XProperty System.Windows.DependencyProperty
YProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
ChartPoint System

Méthodes publiques

Méthode Description
ChartPoint ( double x, double y ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Private Methods

Méthode Description
ChartPoint ( ) : System

Method Details

ChartPoint() public méthode

public ChartPoint ( double x, double y ) : System
x double
y double
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string name ) : void
name string
Résultat void

Property Details

IsHighlightedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsHighlightedProperty
Résultat System.Windows.DependencyProperty

IsSelectedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsSelectedProperty
Résultat System.Windows.DependencyProperty

XProperty public_oe static_oe property

public static DependencyProperty,System.Windows XProperty
Résultat System.Windows.DependencyProperty

YProperty public_oe static_oe property

public static DependencyProperty,System.Windows YProperty
Résultat System.Windows.DependencyProperty