Method | Description | |
---|---|---|
CatmulLineSeries ( double smoothessMultipler = 0.1 ) : System | ||
GetNearestPoint ( OxyPlot.ScreenPoint point, bool interpolate ) : OxyPlot.TrackerHitResult |
Method | Description | |
---|---|---|
HitTestOverride ( OxyPlot.HitTestArguments args ) : OxyPlot.HitTestResult | ||
RenderLineAndMarkers ( IRenderContext rc, OxyPlot.OxyRect clippingRect, IList |
||
ResetSmoothedPoints ( ) : void |
public CatmulLineSeries ( double smoothessMultipler = 0.1 ) : System | ||
smoothessMultipler | double | |
return | System |
public GetNearestPoint ( OxyPlot.ScreenPoint point, bool interpolate ) : OxyPlot.TrackerHitResult | ||
point | OxyPlot.ScreenPoint | |
interpolate | bool | |
return | OxyPlot.TrackerHitResult |
protected HitTestOverride ( OxyPlot.HitTestArguments args ) : OxyPlot.HitTestResult | ||
args | OxyPlot.HitTestArguments | |
return | OxyPlot.HitTestResult |
protected RenderLineAndMarkers ( IRenderContext rc, OxyPlot.OxyRect clippingRect, IList |
||
rc | IRenderContext | |
clippingRect | OxyPlot.OxyRect | |
pointsToRender | IList |
|
return | void |