C# Class LiveCharts.Wpf.LineSeries

The line series displays trends between points, you must add this series to a cartesian chart.
Inheritance: Series, ILineSeriesView, IFondeable
Afficher le fichier Open project: beto-rodriguez/Live-Charts Class Usage Examples

Méthodes publiques

Свойство Type Description
AreaLimitProperty System.Windows.DependencyProperty
LineSmoothnessProperty System.Windows.DependencyProperty
PointForeroundProperty System.Windows.DependencyProperty
PointGeometrySizeProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
InitializeDefuaults void

Méthodes publiques

Méthode Description
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.

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

Erase() public méthode

Erases series
public Erase ( bool removeFromView = true ) : void
removeFromView bool
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

LineSeries() public méthode

Initializes a new instance of LineSeries class
public LineSeries ( ) : System
Résultat System

LineSeries() public méthode

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

OnSeriesUpdateStart() public méthode

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

OnSeriesUpdatedFinish() public méthode

This method runs when the update finishes
public OnSeriesUpdatedFinish ( ) : 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

Property Details

AreaLimitProperty public_oe static_oe property

The area limit property
public static DependencyProperty,System.Windows AreaLimitProperty
Résultat System.Windows.DependencyProperty

LineSmoothnessProperty public_oe static_oe property

The line smoothness property
public static DependencyProperty,System.Windows LineSmoothnessProperty
Résultat System.Windows.DependencyProperty

PointForeroundProperty public_oe static_oe property

The point foreround property
public static DependencyProperty,System.Windows PointForeroundProperty
Résultat System.Windows.DependencyProperty

PointGeometrySizeProperty public_oe static_oe property

The point geometry size property
public static DependencyProperty,System.Windows PointGeometrySizeProperty
Résultat System.Windows.DependencyProperty