IStepLineSegment<TPathContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defiens a stepline segment.

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

Properties

X0
Gets or sets the X0 value.
Type: Single
Y0
Gets or sets the Y0 value.
Type: Single
X1
Gets or sets the X1 value.
Type: Single
Y1
Gets or sets the Y1 value.
Type: Single