C# Class WPFPlot.Example.ViewModel.DynamicPlotDataSource

Inheritance: IPlotDataSource
Afficher le fichier Open project: RuslanIsrafilov/WPFPlot Class Usage Examples

Méthodes publiques

Méthode Description
DynamicPlotDataSource ( ) : System
GetEndIndex ( ) : int
GetPoints ( ) : IList
GetSegmentBegin ( ) : double
GetSegmentEnd ( ) : double
GetStartIndex ( ) : int
Interpolate ( double x ) : Point
SetSegment ( double from, double to ) : void
SetZoom ( double zoom ) : void

Private Methods

Méthode Description
GetFValue ( double x ) : double
mTimer_Tick ( object sender, EventArgs e ) : void

Method Details

DynamicPlotDataSource() public méthode

public DynamicPlotDataSource ( ) : System
Résultat System

GetEndIndex() public méthode

public GetEndIndex ( ) : int
Résultat int

GetPoints() public méthode

public GetPoints ( ) : IList
Résultat IList

GetSegmentBegin() public méthode

public GetSegmentBegin ( ) : double
Résultat double

GetSegmentEnd() public méthode

public GetSegmentEnd ( ) : double
Résultat double

GetStartIndex() public méthode

public GetStartIndex ( ) : int
Résultat int

Interpolate() public méthode

public Interpolate ( double x ) : Point
x double
Résultat Point

SetSegment() public méthode

public SetSegment ( double from, double to ) : void
from double
to double
Résultat void

SetZoom() public méthode

public SetZoom ( double zoom ) : void
zoom double
Résultat void