StepLineMode Enum
Definition
Defines how the step line transitions between points.
public enum StepLineMode
Fields
| Name | Description |
|---|---|
| Center | Move to the center horizontally first. |
| HorizontalFirst | Move horizontally first, then vertically. |
| VerticalFirst | Move vertically first, then horizontally. |
Center Field
Move to the center horizontally first.
public Avalonia.Controls.Charts.StepLineMode Center
HorizontalFirst Field
Move horizontally first, then vertically.
public Avalonia.Controls.Charts.StepLineMode HorizontalFirst
VerticalFirst Field
Move vertically first, then horizontally.
public Avalonia.Controls.Charts.StepLineMode VerticalFirst