C# 클래스 LogViewer.Controls.SimpleLineChart

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: Dronacharya-Org/Dronacharya 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
StrokeProperty System.Windows.DependencyProperty
StrokeThicknessProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
SetCurrentValue ( DataValue value ) : void

Call this method when you turn on LiveScrolling.

SetData ( DataSeries series ) : void
SimpleLineChart ( ) : System

보호된 메소드들

메소드 설명
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void

비공개 메소드들

메소드 설명
AddScaledValues ( System.Windows.Media.PathFigure figure, int start, int end ) : void
CloseBoxClick ( object sender, RoutedEventArgs e ) : void
ComputeScale ( ) : bool

Returns true if the scale just changed.

ComputeScaleSelf ( ) : bool
HandleMouseLeave ( ) : void
HandleMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
HidePointer ( ) : void
OnUpdateTimerTick ( object sender, object e ) : void
ResetZoom ( ) : void
SimpleLineChart_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
SmoothScroll ( DataValue newValue ) : void
StartUpdateTimer ( ) : void
StopUpdateTimer ( ) : void
UpdateChart ( ) : void
UpdatePointer ( Point pos ) : void
ZoomTo ( double x, double width ) : void

메소드 상세

OnMouseLeave() 보호된 메소드

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

OnMouseMove() 보호된 메소드

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

SetCurrentValue() 공개 메소드

Call this method when you turn on LiveScrolling.
public SetCurrentValue ( DataValue value ) : void
value LogViewer.Model.DataValue
리턴 void

SetData() 공개 메소드

public SetData ( DataSeries series ) : void
series LogViewer.Model.DataSeries
리턴 void

SimpleLineChart() 공개 메소드

public SimpleLineChart ( ) : System
리턴 System

프로퍼티 상세

StrokeProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows StrokeProperty
리턴 System.Windows.DependencyProperty

StrokeThicknessProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows StrokeThicknessProperty
리턴 System.Windows.DependencyProperty