Combined Chart Data
CombinedLineAndBarGraphData data class that contains all params user need to define to draw a bar and line graph.
Parameters
: Defines list of plot data's to be drawn and order of graph drawing is maintained as per the list order. Distinct plot data's are only allowed.
: 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
: Padding from the top of the canvas to start 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.,
: True if zoom in for all vertical graph components is allowed else false.
: Tap padding offset for selected point.
: Extra padding at the end of the canvas container.
: Configs related to accessibility service defined here in AccessibilityConfig