C# Class LiveCharts.Wpf.VerticalLineSeries

The vertical line series is useful to compare trends, this is the inverted version of the LineSeries, this series must be added in a cartesian chart.
Inheritance: LineSeries
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Méthode Description
EndSegment ( int atIndex, CorePoint location ) : void

Ends the segment.

GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

OnSeriesUpdateStart ( ) : void

This method runs when the update starts

StartSegment ( int atIndex, CorePoint location ) : void

Starts the segment.

VerticalLineSeries ( ) : System

Initializes an new instance of VerticalLineSeries class

VerticalLineSeries ( object configuration ) : System

Initializes an new instance of VerticalLineSeries class, with a given mapper

Private Methods

Méthode Description
InitializeDefuaults ( ) : void

Method Details

EndSegment() public méthode

Ends the segment.
public EndSegment ( int atIndex, CorePoint location ) : void
atIndex int At index.
location LiveCharts.Dtos.CorePoint The location.
Résultat void

GetPointView() public méthode

Gets the view of a given point
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint
label string
Résultat IChartPointView

OnSeriesUpdateStart() public méthode

This method runs when the update starts
public OnSeriesUpdateStart ( ) : void
Résultat void

StartSegment() public méthode

Starts the segment.
public StartSegment ( int atIndex, CorePoint location ) : void
atIndex int At index.
location LiveCharts.Dtos.CorePoint The location.
Résultat void

VerticalLineSeries() public méthode

Initializes an new instance of VerticalLineSeries class
public VerticalLineSeries ( ) : System
Résultat System

VerticalLineSeries() public méthode

Initializes an new instance of VerticalLineSeries class, with a given mapper
public VerticalLineSeries ( object configuration ) : System
configuration object
Résultat System