WeightedPoint
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Defaults

Summary:
Defines a point with a weighted coordinate.

Inheritance:
Object =>
WeightedPoint
Implements:

Constructors

// Initializes a new instance of the WeightedPoint class.
// Initializes a new instance of the WeightedPoint class.
Nullable<Double> x, // The x.
Nullable<Double> y, // The y.
Nullable<Double> weight// The weight.
)

Properties

X
Gets or sets the x.
Type: Nullable<Double>
Y
Gets or sets the y.
Type: Nullable<Double>
Gets or sets the weight.
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