[][src]Module rustvis::barchart

Structs

Chart

Chart type, containing data, labels, and other metadata about a chart.

Functions

create_horizontal_barchart

Create a new horizontal barchart, and return this image.

create_horizontal_histogram

Create a new horizontal histogram chart, and return this image.

create_horizontal_image_barchart

Create a new horizontal barchart image, and return this image.

create_vertical_barchart

Create a new vertical barchart, and return this image.

create_vertical_histogram

Create a new vertical histogram chart, and return this image.

create_vertical_image_barchart

Create a new vertical barchart image, and return this image.

draw_horizontal_barchart

Draw a horizontal barchart, with a specified title and data.

draw_horizontal_gradient_barchart

Draw a vertical barchart, where the bars are filled with a gradient.

draw_horizontal_histogram

Draw a histogram with a specified title, and data.

draw_horizontal_image_barchart

Draw a vertical barchart onto a source image, with a specified title and data.

draw_labels
draw_vertical_barchart

Draw a vertical barchart, with a specified title and data.

draw_vertical_gradient_barchart

Draw a vertical barchart, where the bars are filled with a gradient.

draw_vertical_histogram

Draw a vertical barchart, with a specified title and data.

draw_vertical_image_barchart

Draw a vertical barchart, where each bar is denoted by an image.

draw_x_axial_notches_horizontal
draw_y_axial_notches_vertical