C# Класс LiveCharts.Wpf.LineSeries

The line series displays trends between points, you must add this series to a cartesian chart.
Наследование: Series, ILineSeriesView, IFondeable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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