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

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

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

Свойство Тип Описание
AreaLimitProperty Windows.UI.Xaml.DependencyProperty
LineSmoothnessProperty Windows.UI.Xaml.DependencyProperty
PointForeroundProperty Windows.UI.Xaml.DependencyProperty
PointGeometrySizeProperty Windows.UI.Xaml.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,Windows.UI.Xaml AreaLimitProperty
Результат Windows.UI.Xaml.DependencyProperty

LineSmoothnessProperty публичное статическое свойство

The line smoothness property
public static DependencyProperty,Windows.UI.Xaml LineSmoothnessProperty
Результат Windows.UI.Xaml.DependencyProperty

PointForeroundProperty публичное статическое свойство

The point foreground property
public static DependencyProperty,Windows.UI.Xaml PointForeroundProperty
Результат Windows.UI.Xaml.DependencyProperty

PointGeometrySizeProperty публичное статическое свойство

The point geometry size property
public static DependencyProperty,Windows.UI.Xaml PointGeometrySizeProperty
Результат Windows.UI.Xaml.DependencyProperty