C# Class LogViewer.Controls.SimpleLineChart

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: Dronacharya-Org/Dronacharya Class Usage Examples

Méthodes publiques

Свойство Type Description
StrokeProperty System.Windows.DependencyProperty
StrokeThicknessProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
SetCurrentValue ( DataValue value ) : void

Call this method when you turn on LiveScrolling.

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

Méthodes protégées

Méthode Description
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void

Private Methods

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

Method Details

OnMouseLeave() protected méthode

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

OnMouseMove() protected méthode

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

SetCurrentValue() public méthode

Call this method when you turn on LiveScrolling.
public SetCurrentValue ( DataValue value ) : void
value LogViewer.Model.DataValue
Résultat void

SetData() public méthode

public SetData ( DataSeries series ) : void
series LogViewer.Model.DataSeries
Résultat void

SimpleLineChart() public méthode

public SimpleLineChart ( ) : System
Résultat System

Property Details

StrokeProperty public_oe static_oe property

public static DependencyProperty,System.Windows StrokeProperty
Résultat System.Windows.DependencyProperty

StrokeThicknessProperty public_oe static_oe property

public static DependencyProperty,System.Windows StrokeThicknessProperty
Résultat System.Windows.DependencyProperty