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

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

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

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

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

Метод Описание
CandleSeries ( ) : System

Initializes a new instance of OhclSeries class

CandleSeries ( object configuration ) : System

Initializes a new instance of OhclSeries class with a given mapper

GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the point view.

OnSeriesUpdateStart ( ) : void

This method runs when the update starts

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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