C# Class LogViewer.Controls.ChartStack

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

Méthodes publiques

Méthode Description
AddChart ( FrameworkElement chart ) : void
ChartStack ( ) : System
ClearCharts ( ) : void
RemoveChart ( FrameworkElement chart ) : void

Méthodes protégées

Méthode 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

Méthode Description
FindCharts ( ) : IEnumerable
ResetZoom ( ) : void
ZoomTo ( double x, double width ) : void

Method Details

AddChart() public méthode

public AddChart ( FrameworkElement chart ) : void
chart System.Windows.FrameworkElement
Résultat void

ChartStack() public méthode

public ChartStack ( ) : System
Résultat System

ClearCharts() public méthode

public ClearCharts ( ) : void
Résultat void

OnLostMouseCapture() protected méthode

protected OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseLeftButtonDown() protected méthode

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseLeftButtonUp() protected méthode

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

RemoveChart() public méthode

public RemoveChart ( FrameworkElement chart ) : void
chart System.Windows.FrameworkElement
Résultat void