C# 클래스 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.
상속: LineSeries
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitializeDefuaults ( ) : void

메소드 상세

EndSegment() 공개 메소드

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

GetPointView() 공개 메소드

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

OnSeriesUpdateStart() 공개 메소드

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

StartSegment() 공개 메소드

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

VerticalLineSeries() 공개 메소드

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

VerticalLineSeries() 공개 메소드

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