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
ファイルを表示 Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Properties

Property Type Description
AreaLimitProperty System.Windows.DependencyProperty
LineSmoothnessProperty System.Windows.DependencyProperty
PointForeroundProperty System.Windows.DependencyProperty
PointGeometrySizeProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
InitializeDefuaults void

Public Methods

Method 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

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

Erase() public method

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

LineSeries() public method

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

LineSeries() public method

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

OnSeriesUpdateStart() public method

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

OnSeriesUpdatedFinish() public method

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

Property Details

AreaLimitProperty public_oe static_oe property

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

LineSmoothnessProperty public_oe static_oe property

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

PointForeroundProperty public_oe static_oe property

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

PointGeometrySizeProperty public_oe static_oe property

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