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

The OHCL series defines a financial series, add this series to a cartesian chart
Наследование: Series, IFinancialSeriesView
Показать файл Открыть проект

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

Свойство Тип Описание
DecreaseBrushProperty Windows.UI.Xaml.DependencyProperty
IncreaseBrushProperty Windows.UI.Xaml.DependencyProperty
MaxColumnWidthProperty Windows.UI.Xaml.DependencyProperty

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

Метод Описание
GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

OhlcSeries ( ) : System

Initializes a new instance of OhclSeries class

OhlcSeries ( object configuration ) : System

Initializes a new instance of OhclSeries class with a given mapper

OnSeriesUpdateStart ( ) : void

This method runs when the update starts

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

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

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

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

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

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

Initializes a new instance of OhclSeries class
public OhlcSeries ( ) : System
Результат System

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

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

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

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

Описание свойств

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

The decrease brush property
public static DependencyProperty,Windows.UI.Xaml DecreaseBrushProperty
Результат Windows.UI.Xaml.DependencyProperty

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

The increase brush property
public static DependencyProperty,Windows.UI.Xaml IncreaseBrushProperty
Результат Windows.UI.Xaml.DependencyProperty

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

The maximum column width property
public static DependencyProperty,Windows.UI.Xaml MaxColumnWidthProperty
Результат Windows.UI.Xaml.DependencyProperty