LineChart renders a simple line chart.
new LineChart()
.Values([1, 4, 2, 5, 3, 6]);
By default the chart auto-scales to the min/max values in Values. You can override:
Minimum: fixed minimumMaximum: fixed maximumHorizontalAlignment = Align.Start, VerticalAlignment = Align.StartLineChartStyle controls the point glyph and colors.