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

The vertical line series is useful to compare trends, this is the inverted version of the LineSeries, this series must be added in a cartesian chart.
Наследование: LineSeries
Показать файл Открыть проект

Открытые методы

Метод Описание
EndSegment ( int atIndex, CorePoint location ) : void

Ends the segment.

GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

OnSeriesUpdateStart ( ) : void

This method runs when the update starts

StartSegment ( int atIndex, CorePoint location ) : void

Starts the segment.

VerticalLineSeries ( ) : System

Initializes an new instance of VerticalLineSeries class

VerticalLineSeries ( object configuration ) : System

Initializes an new instance of VerticalLineSeries class, with a given mapper

Приватные методы

Метод Описание
InitializeDefuaults ( ) : void

Описание методов

EndSegment() публичный Метод

Ends the segment.
public EndSegment ( int atIndex, CorePoint location ) : void
atIndex int At index.
location LiveCharts.Dtos.CorePoint The location.
Результат void

GetPointView() публичный Метод

Gets the view of a given point
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint
label string
Результат IChartPointView

OnSeriesUpdateStart() публичный Метод

This method runs when the update starts
public OnSeriesUpdateStart ( ) : void
Результат void

StartSegment() публичный Метод

Starts the segment.
public StartSegment ( int atIndex, CorePoint location ) : void
atIndex int At index.
location LiveCharts.Dtos.CorePoint The location.
Результат void

VerticalLineSeries() публичный Метод

Initializes an new instance of VerticalLineSeries class
public VerticalLineSeries ( ) : System
Результат System

VerticalLineSeries() публичный Метод

Initializes an new instance of VerticalLineSeries class, with a given mapper
public VerticalLineSeries ( object configuration ) : System
configuration object
Результат System