C# Class LiveCharts.Uwp.OhlcSeries

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

Public Properties

Property Type Description
DecreaseBrushProperty Windows.UI.Xaml.DependencyProperty
IncreaseBrushProperty Windows.UI.Xaml.DependencyProperty
MaxColumnWidthProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method 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

Method Description
InitializeDefuaults ( ) : void

Method Details

GetPointView() public method

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

OhlcSeries() public method

Initializes a new instance of OhclSeries class
public OhlcSeries ( ) : System
return System

OhlcSeries() public method

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

OnSeriesUpdateStart() public method

This method runs when the update starts
public OnSeriesUpdateStart ( ) : void
return void

Property Details

DecreaseBrushProperty public static property

The decrease brush property
public static DependencyProperty,Windows.UI.Xaml DecreaseBrushProperty
return Windows.UI.Xaml.DependencyProperty

IncreaseBrushProperty public static property

The increase brush property
public static DependencyProperty,Windows.UI.Xaml IncreaseBrushProperty
return Windows.UI.Xaml.DependencyProperty

MaxColumnWidthProperty public static property

The maximum column width property
public static DependencyProperty,Windows.UI.Xaml MaxColumnWidthProperty
return Windows.UI.Xaml.DependencyProperty