Version

Typical Event (FinancialSeries)

Handle this event in order to perform a custom typical price calculation.
Syntax
public event FinancialEventHandler Typical
Event Data

The event handler receives an argument of type FinancialEventArgs containing data related to this event. The following FinancialEventArgs properties provide information specific to this event.

PropertyDescription
BasedOn Used to specify which columns changing will invalidate the series and cause it to be recalculated.
Count The number of positions that should be calculated from the start.
DataSource The data to use for the calculation.
Position The beginning position that should be calculated from.
SupportingCalculations The supporting calculations to use in the calculation.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also