C# Class Utilities.Watch2D3LinesSettings

Interaction logic for Watch2Dsettings.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: redinkinc/Utilities

Private Properties

Property Type Description
PlotColorBox1_OnSelectionChanged void
PlotColorBox2_OnSelectionChanged void
PlotColorBox3_OnSelectionChanged void
SaveButton_OnClick void
YMax_OnSelectionChanged void

Public Methods

Method Description
GetColorName ( Color color ) : string
Watch2D3LinesSettings ( Watch2D3LinesControl w2D3LControl ) : System

Private Methods

Method Description
PlotColorBox1_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
PlotColorBox2_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
PlotColorBox3_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
SaveButton_OnClick ( object sender, RoutedEventArgs e ) : void
YMax_OnSelectionChanged ( object sender, RoutedEventArgs e ) : void

Method Details

GetColorName() public static method

public static GetColorName ( Color color ) : string
color Color
return string

Watch2D3LinesSettings() public method

public Watch2D3LinesSettings ( Watch2D3LinesControl w2D3LControl ) : System
w2D3LControl Watch2D3LinesControl
return System