C# Class WPFPlot.Example.ViewModel.DynamicPlotDataSource

Inheritance: IPlotDataSource
Exibir arquivo Open project: RuslanIsrafilov/WPFPlot Class Usage Examples

Public Methods

Method 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

Method Description
GetFValue ( double x ) : double
mTimer_Tick ( object sender, EventArgs e ) : void

Method Details

DynamicPlotDataSource() public method

public DynamicPlotDataSource ( ) : System
return System

GetEndIndex() public method

public GetEndIndex ( ) : int
return int

GetPoints() public method

public GetPoints ( ) : IList
return IList

GetSegmentBegin() public method

public GetSegmentBegin ( ) : double
return double

GetSegmentEnd() public method

public GetSegmentEnd ( ) : double
return double

GetStartIndex() public method

public GetStartIndex ( ) : int
return int

Interpolate() public method

public Interpolate ( double x ) : Point
x double
return Point

SetSegment() public method

public SetSegment ( double from, double to ) : void
from double
to double
return void

SetZoom() public method

public SetZoom ( double zoom ) : void
zoom double
return void