C# Class LogViewer.Controls.ChartStack

Interaction logic for SelectionOverlay.xaml
Inheritance: System.Windows.Controls.Grid
Mostrar archivo Open project: Dronacharya-Org/Dronacharya Class Usage Examples

Public Methods

Method Description
AddChart ( FrameworkElement chart ) : void
ChartStack ( ) : System
ClearCharts ( ) : void
RemoveChart ( FrameworkElement chart ) : void

Protected Methods

Method Description
OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void

Private Methods

Method Description
FindCharts ( ) : IEnumerable
ResetZoom ( ) : void
ZoomTo ( double x, double width ) : void

Method Details

AddChart() public method

public AddChart ( FrameworkElement chart ) : void
chart System.Windows.FrameworkElement
return void

ChartStack() public method

public ChartStack ( ) : System
return System

ClearCharts() public method

public ClearCharts ( ) : void
return void

OnLostMouseCapture() protected method

protected OnLostMouseCapture ( 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

OnMouseLeftButtonUp() protected method

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnMouseMove() protected method

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

RemoveChart() public method

public RemoveChart ( FrameworkElement chart ) : void
chart System.Windows.FrameworkElement
return void