Coordinate
Struct

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel

Summary:
Defines a coordinate.

Inheritance:
Object =>
ValueType =>
Coordinate

Constructors

// Initializes a new instance of the Coordinate struct.
Double primary, // *summary not found*
Double secondary, // *summary not found*
Double tertiary, // *summary not found*
Double quaternary, // *summary not found*
Double quinary, // *summary not found*
Double senary, // *summary not found*
Error error// *summary not found*
)
// Initializes a new instance of the Coordinate struct.
Double x, // The x value.
Double maximum, // The maximum value.
Double thirdQuartile, // The third quiartile value.
Double firstQuartile, // The first quartile value.
Double minimum, // The minimum value.
Double median// The median value.
)
// Initializes a new instance of the Coordinate struct.
Double x, // The x value.
Double high, // The high value.
Double open, // The open value.
Double close, // The quaternary value.
Double low// The quinary value.
)
// Initializes a new instance of the Coordinate struct.
Double x, // The X coordinate.
Double y// The Y coordinate.
)
// Initializes a new instance of the Coordinate struct.
Double x, // The X coordinate.
Double y, // The Y coordinate.
Double weight// The weight of the pint.
)

Properties

Gets an empty coordinate instance.
Type: Coordinate
Evaluates whether the instance is empty.
Type: Boolean
Gets or sets the primary value, normally the Y coordinate or the value in a gauge.
Type: Double
Gets or sets the secondary value, normally the X coordinate.
Type: Double
Gets or sets the tertiary value, normally used on weighted, financial or box series.
Type: Double
Gets or sets the quaternary value, normally used on financial or box series.
Type: Double
Gets or sets the quinary value, normally used on financial or box series.
Type: Double
Gets or sets the senary value, normally used on financial or box series.
Type: Double
Gets or sets the coordinate error.
Type: Error

Methods

// Builds a string that represents the current coordinate.