XYChart
Provides a set of X-Y axes and grid for displaying an X-Y plot.
Parameters
The data type for the x-axis
The data type for the y-axis
x-axis state controlling the display of the axis and coordinate transformation
y-axis state controlling the display of the axis and coordinate transformation
Style for the x-axis
Composable to display labels for specific x-axis values
Title for the X-axis
Style for the y-axis
Composable to display labels for specific y-axis values
Title for the y-axis
The XY Chart content to be displayed, which should include one chart for each series type to be displayed.
An XYChart overload that takes Strings for axis labels and titles instead of Composables for use cases where custom styling is not required.
Provides a set of X-Y axes and grid for displaying an X-Y plot.
Parameters
The data type for the x-axis
The data type for the y-axis
x-axis state controlling the display of the axis and coordinate transformation
y-axis state controlling the display of the axis and coordinate transformation
Style for the x-axis
String factory of x-axis label Strings
Title for the X-axis
Style for the y-axis
String factory of y-axis label Strings
Title for the y-axis
The XY Chart content to be displayed, which should include one chart for each series type to be displayed.