IConsecutivePathSegment
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing.Segments

Summary:
Defines a path segment that is part of a sequence.

Implements:
Derived:

Properties

Id
Gets or sets the segment id, a unique and consecutive integer.
Type: Int32
Xi
Gets the start point in the X axis.
Type: Single
Xj
Gets the end point in the X axis.
Type: Single
Yi
Gets the start point in the Y axis.
Type: Single
Yj
Gets the end point in the Y axis.
Type: Single

Methods

// Copies the segment to the end of the given segment.
IConsecutivePathSegment segment// The segment.
)