SegmentVisualPoint
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing.Segments

Summary:
Defines a point in a segment that is part of a path.

Inheritance:
Object =>
SegmentVisualPoint

Constructors

// Defines a point in a segment that is part of a path.
BoundedDrawnGeometry geometry// The drawn geometry for the point.
)

Properties

Gets the drawn geometry for the point.
Type: BoundedDrawnGeometry
Gets the segment in the path that this point belongs to.
Type: Segment
Gets the X error geometry.
Type: BaseLineGeometry
Gets the Y error geometry.
Type: BaseLineGeometry