LineChart
LineChart displays data as a continuous line.
Parameters
the spacing between each LineSpec.point (in dp).
if this is set, any AxisRenderer with an AxisPosition equal to the provided value will use the ChartValues provided by this chart. This is meant to be used with ComposedChart.
interpolates the LineChart’s LineChartDrawingModels.
Constructors
Creates a LineChart with a common style for all lines.
Types
Defines the appearance of a line in a line chart.
Properties
Links x-axis values to Marker.EntryModels. A Marker.EntryModel holds the data needed to draw a Marker.
Provides the Chart’s ModelTransformer.
Functions
Called during the measurement phase, before getHorizontalInsets. Both horizontal and vertical insets can be requested from this function. The final inset for a given edge of the associated Chart is the largest of the insets requested for the edge.
Updates the ChartValues stored in the provided ChartValuesManager instance to this Chart’s ChartValues.
Updates the chart’s MutableHorizontalDimensions instance.