#[no_mangle]
pub extern "C" fn ratatui_chart_x_axis(
handle: *mut c_void,
title: *const c_char,
min: f64,
max: f64,
)Expand description
Sets the X axis title and [min, max] data bounds of the pending chart.
Does nothing if no chart builder is active.