Search
LineSegment.point Property
See Also
 






Gets or sets the end point of the line segment.

Namespace: MindFusion.Gauges
File: Segment.js

 Syntax

JavaScript  Copy Code

get point() {}
set point(value) {}

 Property Value

Point

The end point of the line segment.

 See Also