C# Class ParallelCoordinatesDemo.Charts.ChartLine

Inheritance: System.Windows.Controls.Control, IChartElement
Datei anzeigen Open project: pwlodek/CodeGallery

Public Properties

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

Public Methods

Method Description
ChartLine ( IEnumerable segments ) : System.Collections.Generic

Protected Methods

Method Description
ChartLine ( ObservableCollection segments ) : System.Collections.Generic
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Method Description
ChartLine ( ) : System.Collections.Generic
OnIsHighlightedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsSelectedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SegmentsChangedHandler ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

ChartLine() public method

public ChartLine ( IEnumerable segments ) : System.Collections.Generic
segments IEnumerable
return System.Collections.Generic

ChartLine() protected method

protected ChartLine ( ObservableCollection segments ) : System.Collections.Generic
segments ObservableCollection
return System.Collections.Generic

OnMouseEnter() protected method

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseLeftButtonDown() protected method

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
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