TimeSpanPoint
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Defaults

Summary:
Defines a time span point for the Cartesian coordinate system that implements INotifyPropertyChanged.

Inheritance:
Object =>
TimeSpanPoint
Implements:

Constructors

// Initializes a new instance of the TimeSpanPoint class.
// Initializes a new instance of the TimeSpanPoint class.
TimeSpan timeSpan, // The date time.
Nullable<Double> value// The value.
)

Properties

Gets or sets the time span.
Type: TimeSpan
Gets or sets the value.
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