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
Show file Open project: beto-rodriguez/Live-Charts

Public Methods

Method 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

Method Description
InitializeDefuaults ( ) : void

Method Details

EndSegment() public method

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

GetPointView() public method

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

OnSeriesUpdateStart() public method

This method runs when the update starts
public OnSeriesUpdateStart ( ) : void
return void

StartSegment() public method

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

VerticalLineSeries() public method

Initializes an new instance of VerticalLineSeries class
public VerticalLineSeries ( ) : System
return System

VerticalLineSeries() public method

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