FinancialPoint
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Defaults

Summary:
Defines a point with financial data.

Inheritance:
Object =>
FinancialPoint
Implements:

Constructors

// Initializes a new instance of the FinancialPoint class.
// Initializes a new instance of the FinancialPoint class.
DateTime date, // The date.
Nullable<Double> high, // The high.
Nullable<Double> open, // The open.
Nullable<Double> close, // The close.
Nullable<Double> low// The low.
)

Properties

Gets or sets the date.
Type: DateTime
Gets or sets the high.
Type: Nullable<Double>
Gets or sets the open.
Type: Nullable<Double>
Gets or sets the close.
Type: Nullable<Double>
Low
Gets or sets the low.
Type: Nullable<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