C# 클래스 LiveCharts.Wpf.OhlcSeries

상속: LiveCharts.Wpf.Series.Series, IOhlcSeriesView
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 프로퍼티들

프로퍼티 타입 설명
DecreaseBrushProperty System.Windows.DependencyProperty
IncreaseBrushProperty System.Windows.DependencyProperty
MaxColumnWidthProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the point view.

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 point view.
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint The point.
label string The label.
리턴 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,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