pub fn render_chart(
chart: &CT_Chart,
bounds: Rect,
theme: &CT_OfficeStyleSheet,
color_map: &ColorMap,
fonts: &mut FontManager,
) -> Result<GroupElement>Expand description
Converts one supported typed chart into a labelled backend-neutral group.