Wave Chart Data
WaveChartData data class that contains all params user need to define to draw a wave graph.
Parameters
: The path to be drawn on the graph represented by a wave.
: All the configurations related to X-Axis to be defined here in AxisData
: All the configurations related to Y-Axis to be defined here in AxisData
: True if zoom in for all vertical graph components is allowed else false.
: Padding from the top of the canvas to start of the graph container.
: Padding from the end of the canvas to end of the graph container.
: Padding from the bottom of the canvas to bottom of the graph container.
: Container inside padding end after the last point of the graph.
: Background color of the Y & X components,
: This enables graph to draw horizontal and vertical grid lines
: Configs related to accessibility service defined here in AccessibilityConfig