C# Class LiveCharts.Uwp.OhlcSeries

The OHCL series defines a financial series, add this series to a cartesian chart
Inheritance: Series, IFinancialSeriesView
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Свойство Type Description
DecreaseBrushProperty Windows.UI.Xaml.DependencyProperty
IncreaseBrushProperty Windows.UI.Xaml.DependencyProperty
MaxColumnWidthProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
InitializeDefuaults ( ) : void

Method Details

GetPointView() public méthode

Gets the view of a given point
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint
label string
Résultat IChartPointView

OhlcSeries() public méthode

Initializes a new instance of OhclSeries class
public OhlcSeries ( ) : System
Résultat System

OhlcSeries() public méthode

Initializes a new instance of OhclSeries class with a given mapper
public OhlcSeries ( object configuration ) : System
configuration object
Résultat System

OnSeriesUpdateStart() public méthode

This method runs when the update starts
public OnSeriesUpdateStart ( ) : void
Résultat void

Property Details

DecreaseBrushProperty public_oe static_oe property

The decrease brush property
public static DependencyProperty,Windows.UI.Xaml DecreaseBrushProperty
Résultat Windows.UI.Xaml.DependencyProperty

IncreaseBrushProperty public_oe static_oe property

The increase brush property
public static DependencyProperty,Windows.UI.Xaml IncreaseBrushProperty
Résultat Windows.UI.Xaml.DependencyProperty

MaxColumnWidthProperty public_oe static_oe property

The maximum column width property
public static DependencyProperty,Windows.UI.Xaml MaxColumnWidthProperty
Résultat Windows.UI.Xaml.DependencyProperty