C# Class LiveCharts.Wpf.CandleSeries

The Candle 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 System.Windows.DependencyProperty
IncreaseBrushProperty System.Windows.DependencyProperty
MaxColumnWidthProperty System.Windows.DependencyProperty

Méthodes publiques

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

Private Methods

Méthode Description
InitializeDefuaults ( ) : void

Method Details

CandleSeries() public méthode

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

CandleSeries() public méthode

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

GetPointView() public méthode

Gets the point view.
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint The point.
label string The label.
Résultat IChartPointView

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,System.Windows DecreaseBrushProperty
Résultat System.Windows.DependencyProperty

IncreaseBrushProperty public_oe static_oe property

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

MaxColumnWidthProperty public_oe static_oe property

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