C# 클래스 LiveCharts.Wpf.LineSeries

The line series displays trends between points, you must add this series to a cartesian chart.
상속: Series, ILineSeriesView, IFondeable
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AreaLimitProperty System.Windows.DependencyProperty
LineSmoothnessProperty System.Windows.DependencyProperty
PointForeroundProperty System.Windows.DependencyProperty
PointGeometrySizeProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
InitializeDefuaults void

공개 메소드들

메소드 설명
EndSegment ( int atIndex, CorePoint location ) : void

Ends the segment.

Erase ( bool removeFromView = true ) : void

Erases series

GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

LineSeries ( ) : System

Initializes a new instance of LineSeries class

LineSeries ( object configuration ) : System

Initializes a new instance of LineSeries class with a given mapper

OnSeriesUpdateStart ( ) : void

This method runs when the update starts

OnSeriesUpdatedFinish ( ) : void

This method runs when the update finishes

StartSegment ( int atIndex, CorePoint location ) : void

Starts the segment.

비공개 메소드들

메소드 설명
InitializeDefuaults ( ) : void

메소드 상세

EndSegment() 공개 메소드

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

Erase() 공개 메소드

Erases series
public Erase ( bool removeFromView = true ) : void
removeFromView bool
리턴 void

GetPointView() 공개 메소드

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

LineSeries() 공개 메소드

Initializes a new instance of LineSeries class
public LineSeries ( ) : System
리턴 System

LineSeries() 공개 메소드

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

OnSeriesUpdateStart() 공개 메소드

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

OnSeriesUpdatedFinish() 공개 메소드

This method runs when the update finishes
public OnSeriesUpdatedFinish ( ) : void
리턴 void

StartSegment() 공개 메소드

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

프로퍼티 상세

AreaLimitProperty 공개적으로 정적으로 프로퍼티

The area limit property
public static DependencyProperty,System.Windows AreaLimitProperty
리턴 System.Windows.DependencyProperty

LineSmoothnessProperty 공개적으로 정적으로 프로퍼티

The line smoothness property
public static DependencyProperty,System.Windows LineSmoothnessProperty
리턴 System.Windows.DependencyProperty

PointForeroundProperty 공개적으로 정적으로 프로퍼티

The point foreround property
public static DependencyProperty,System.Windows PointForeroundProperty
리턴 System.Windows.DependencyProperty

PointGeometrySizeProperty 공개적으로 정적으로 프로퍼티

The point geometry size property
public static DependencyProperty,System.Windows PointGeometrySizeProperty
리턴 System.Windows.DependencyProperty