IPathCommand<TPathContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defines a path command.

Type parameters:
TPathContext The type of the path context.
Implements:
Derived:
IStepLineSegment<TPathContext>

Properties

Id
Gets or sets the segment id.
Type: Int32

Methods

// Executes the command in the path.
TPathContext path, // The path.
Int64 currentTime, // The current time.
Animatable pathGeometry// The path geometry.
)