C# 클래스 LiveCharts.Wpf.CandleSeries

The Candle series defines a financial series, add this series to a cartesian chart
상속: Series, IFinancialSeriesView
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 프로퍼티들

프로퍼티 타입 설명
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