Stairstep Plot
An XY Chart that draws series as points and stairsteps between points.
Parameters
The type of the x-axis values
The type of the y-axis values
Data series to plot.
Style to use for the line that connects the data points.
Style to use for filling the area between the line and the 0-cross of the y-axis, or the y-axis value closest to 0 if the axis does not include 0. If null, no area will be drawn. lineStyle must also be non-null for the area to be drawn. each point having the same x-axis value.
Baseline location for the area. Must be not be null if areaStyle and lineStyle are also not null. If areaBaseline is an AreaBaseline.ArbitraryLine then the size of the line data must be equal to that of data, and their x-axis values must match.
Composable for the symbol to be shown at each data point.
Modifier for the chart.
A StairstepPlot that differentiate lineStyle&areaBaseline at each Y-values based on levelLineStyle.
Parameters
The type of the x-axis values
The type of the y-axis values
Data series to plot.
Style to use for the line that connects the data points.
Style to use for emphasizing the y-axis values. (Used for line that connects same-level data points, data that have same value (Y) should have the same style).
Choose the StrokeCap used for level lines ending.
Style to use for filling the area between the line and the 0-cross of the y-axis, or the y-axis value closest to 0 if the axis does not include 0. If null, no area will be drawn. lineStyle must also be non-null for the area to be drawn. each point having the same x-axis value.
Baseline location for the area. Must be not be null if areaStyle and lineStyle are also not null. If areaBaseline is an AreaBaseline.ArbitraryLine then the size of the line data must be equal to that of data, and their x-axis values must match.
Composable for the symbol to be shown at each data point.
Modifier for the chart.