FinancialPointI
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Defaults

Summary:
Defines a point with financial data, this point does not use DateTime in the X axis, instead it uses the position of the point the array as the X coordinate,the dates must be specified in the Labels property.

Inheritance:
Object =>
FinancialPointI
Implements:

Constructors

// Initializes a new instance of the FinancialPoint class.
// Initializes a new instance of the FinancialPoint class.
Double high, // The high.
Double open, // The open.
Double close, // The close.
Double low// The low.
)

Properties

Gets or sets the high.
Type: Double
Gets or sets the open.
Type: Double
Gets or sets the close.
Type: Double
Low
Gets or sets the low.
Type: Double
Gets or sets the meta data, the additional data required by LiveCharts to draw a point.
Type: ChartEntityMetaData
Gets or sets the coordinate, the position of the point in the chart.
Type: Coordinate

Events

Occurs when a property value changes.
Handler definition: PropertyChangedEventHandler