C# Class LiveCharts.SeriesAlgorithms.VerticalLineAlgorithm

Inheritance: LineAlgorithm, ICartesianSeries
Datei anzeigen Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Methods

Method Description
VerticalLineAlgorithm ( ISeriesView view ) : LiveCharts.Defaults

Initializes a new instance of the VerticalLineAlgorithm class.

Private Methods

Method Description
ICartesianSeries ( AxisCore axis ) : double

Method Details

VerticalLineAlgorithm() public method

Initializes a new instance of the VerticalLineAlgorithm class.
public VerticalLineAlgorithm ( ISeriesView view ) : LiveCharts.Defaults
view ISeriesView The view.
return LiveCharts.Defaults