C# Class LiveCharts.Wpf.Points.OhlcPointView

Inheritance: PointView, IOhlcPointView
Mostra file Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Methods

Method Description
DrawOrMove ( ChartPoint previousDrawn, ChartPoint current, int index, ChartCore chart ) : void
RemoveFromView ( ChartCore chart ) : void

Protected Methods

Method Description
CorrectXLabel ( double desiredPosition, ChartCore chart ) : double
CorrectYLabel ( double desiredPosition, ChartCore chart ) : double

Method Details

CorrectXLabel() protected method

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

CorrectYLabel() protected method

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

DrawOrMove() public method

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

RemoveFromView() public method

public RemoveFromView ( ChartCore chart ) : void
chart LiveCharts.Charts.ChartCore
return void