C# 클래스 LiveCharts.Uwp.OhlcSeries

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

공개 프로퍼티들

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