C# 클래스 LogViewer.Controls.ChartStack

Interaction logic for SelectionOverlay.xaml
상속: System.Windows.Controls.Grid
파일 보기 프로젝트 열기: Dronacharya-Org/Dronacharya 1 사용 예제들

공개 메소드들

메소드 설명
AddChart ( FrameworkElement chart ) : void
ChartStack ( ) : System
ClearCharts ( ) : void
RemoveChart ( FrameworkElement chart ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FindCharts ( ) : IEnumerable
ResetZoom ( ) : void
ZoomTo ( double x, double width ) : void

메소드 상세

AddChart() 공개 메소드

public AddChart ( FrameworkElement chart ) : void
chart System.Windows.FrameworkElement
리턴 void

ChartStack() 공개 메소드

public ChartStack ( ) : System
리턴 System

ClearCharts() 공개 메소드

public ClearCharts ( ) : void
리턴 void

OnLostMouseCapture() 보호된 메소드

protected OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseLeave() 보호된 메소드

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

OnMouseLeftButtonDown() 보호된 메소드

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseLeftButtonUp() 보호된 메소드

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

OnMouseMove() 보호된 메소드

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

RemoveChart() 공개 메소드

public RemoveChart ( FrameworkElement chart ) : void
chart System.Windows.FrameworkElement
리턴 void