C# Class WPFPlot.Data.ContinuousPlotDataSource

Inheritance: IPlotDataSource
Mostrar archivo Open project: RuslanIsrafilov/WPFPlot Class Usage Examples

Public Methods

Method Description
ContinuousPlotDataSource ( ) : 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
FillSegmentLeft ( double from ) : void
FillSegmentRight ( double to ) : void
InitSegment ( double from, double to ) : void
NotifyPointsChanged ( ) : void
UpdatePoints ( ) : void

Method Details

ContinuousPlotDataSource() public method

public ContinuousPlotDataSource ( ) : 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