LineSegment
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Drawing.Segments

Summary:

Inheritance:
Object =>
Animatable =>
PathCommand =>
LineSegment
Implements:

Constructors

// Initializes a new instance of the LineSegment class.

Properties

X
Gets or sets the x.
Type: Single
Y
Gets or sets the y.
Type: Single
Id
Gets or sets the segment id.
Type: Int32
Gets or sets a value indicating whether this instance is completed.
Type: Boolean
Gets or sets the current time.
Type: Int64
Gets or sets a value indicating whether the element is removed when all the transitions complete.
Type: Boolean
Gets the motion properties.
Type: Dictionary<String, IMotionProperty>

Methods

// Executes the command in the path.
SKPath path, // The path.
Int64 currentTime, // The current time.
Animatable pathGeometry// The path geometry.
)
// Sets a property transition for the specified property or properties.
Animation animation, // The animation.
String[] propertyName// Name of the property, use null to set all the animatable properties.
)
// Removes a property or properties transitions.
String[] propertyName// Name of the property, null to remove them all.
)
// Completes the property or properties transitions.
String[] propertyName// Name of the property, null to select them all.
)