BarChart


Object Hierarchy:

Object hierarchy for BarChart

Description:

public class BarChart : OrdinalChart

Models a bar chart. A bar chart contains multiple data series where each series can contain multiple points.

It is up to the user to ensure the data in each series is properly sorted, and that each series contains a data point for all possible x- axis value (even if that value is 0). The behavior is undefined if a series contains a differing number of data points.

Although the SimpleChart.BarChart is an SimpleChart.OrdinalChart, it can be used to display nominal data as well.

Since:

1.0.0


Namespace: SimpleChart
Package: simplechart-1

Content:

Properties:

Creation methods:

Inherited Members:

All known members inherited from class SimpleChart.AbstractChart
All known members inherited from class Gtk.Grid
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Gtk.Accessible
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Orientable