C# 클래스 LiveCharts.Wpf.Points.OhlcPointView

상속: PointView, IOhlcPointView
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts 1 사용 예제들

공개 메소드들

메소드 설명
DrawOrMove ( ChartPoint previousDrawn, ChartPoint current, int index, ChartCore chart ) : void
RemoveFromView ( ChartCore chart ) : void

보호된 메소드들

메소드 설명
CorrectXLabel ( double desiredPosition, ChartCore chart ) : double
CorrectYLabel ( double desiredPosition, ChartCore chart ) : double

메소드 상세

CorrectXLabel() 보호된 메소드

protected CorrectXLabel ( double desiredPosition, ChartCore chart ) : double
desiredPosition double
chart LiveCharts.Charts.ChartCore
리턴 double

CorrectYLabel() 보호된 메소드

protected CorrectYLabel ( double desiredPosition, ChartCore chart ) : double
desiredPosition double
chart LiveCharts.Charts.ChartCore
리턴 double

DrawOrMove() 공개 메소드

public DrawOrMove ( ChartPoint previousDrawn, ChartPoint current, int index, ChartCore chart ) : void
previousDrawn ChartPoint
current ChartPoint
index int
chart LiveCharts.Charts.ChartCore
리턴 void

RemoveFromView() 공개 메소드

public RemoveFromView ( ChartCore chart ) : void
chart LiveCharts.Charts.ChartCore
리턴 void