C# 클래스 AcManager.Controls.OxyPlotGraphViewer.CatmulLineSeries

상속: OxyPlot.Series.LineSeries
파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
CatmulLineSeries ( double smoothessMultipler = 0.1 ) : System
GetNearestPoint ( OxyPlot.ScreenPoint point, bool interpolate ) : OxyPlot.TrackerHitResult

보호된 메소드들

메소드 설명
HitTestOverride ( OxyPlot.HitTestArguments args ) : OxyPlot.HitTestResult
RenderLineAndMarkers ( IRenderContext rc, OxyPlot.OxyRect clippingRect, IList pointsToRender ) : void
ResetSmoothedPoints ( ) : void

메소드 상세

CatmulLineSeries() 공개 메소드

public CatmulLineSeries ( double smoothessMultipler = 0.1 ) : System
smoothessMultipler double
리턴 System

GetNearestPoint() 공개 메소드

public GetNearestPoint ( OxyPlot.ScreenPoint point, bool interpolate ) : OxyPlot.TrackerHitResult
point OxyPlot.ScreenPoint
interpolate bool
리턴 OxyPlot.TrackerHitResult

HitTestOverride() 보호된 메소드

protected HitTestOverride ( OxyPlot.HitTestArguments args ) : OxyPlot.HitTestResult
args OxyPlot.HitTestArguments
리턴 OxyPlot.HitTestResult

RenderLineAndMarkers() 보호된 메소드

protected RenderLineAndMarkers ( IRenderContext rc, OxyPlot.OxyRect clippingRect, IList pointsToRender ) : void
rc IRenderContext
clippingRect OxyPlot.OxyRect
pointsToRender IList
리턴 void

ResetSmoothedPoints() 보호된 메소드

protected ResetSmoothedPoints ( ) : void
리턴 void