CartesianChart
Creates a CartesianChart.
Parameters
the CartesianLayers.
the start Axis.
the top Axis.
the end Axis.
the bottom Axis.
appears when the CartesianChart is tapped.
allows for listening to marker visibility changes.
returns the CartesianLayerPadding.
the legend.
applies a horizontal fade to the edges of the CartesianChart, provided that it’s scrollable.
the Decorations.
adds persistent CartesianMarkers.
defines the x-step (the difference between neighboring major x-values). Receives the model and the final minimum and maximum x-values.
controls marker visibility.
Deprecated
Use the constructor whose `getXStep` lambda also receives the final minimum and maximum x-values.
Creates a CartesianChart.
Parameters
the CartesianLayers.
the start Axis.
the top Axis.
the end Axis.
the bottom Axis.
appears when the CartesianChart is tapped.
allows for listening to marker visibility changes.
returns the CartesianLayerPadding.
the legend.
applies a horizontal fade to the edges of the CartesianChart, provided that it’s scrollable.
the Decorations.
adds persistent CartesianMarkers.
defines the x-step (the difference between neighboring major x-values).
controls marker visibility.