Coordinate
Struct
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel
Summary:
Defines a 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 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
Type: Coordinate
Gets or sets the primary value, normally the Y coordinate or the value in a gauge.
Type: Double
Type: Double
Gets or sets the secondary value, normally the X coordinate.
Type: Double
Type: Double
Gets or sets the tertiary value, normally used on weighted, financial or box series.
Type: Double
Type: Double
Gets or sets the quaternary value, normally used on financial or box series.
Type: Double
Type: Double
Gets or sets the quinary value, normally used on financial or box series.
Type: Double
Type: Double
Gets or sets the senary value, normally used on financial or box series.
Type: Double
Type: Double
Gets or sets the coordinate error.
Type: Error
Type: Error
Methods
// Builds a string that represents the current coordinate.