BarChart

A renderable (horizontal) bar chart.

A renderable (horizontal) bar chart.

Constructors

public BarChart()

Initializes a new instance of the BarChart class.

Properties

Culture : CultureInfo

Gets or sets the culture that's used to format values.

Data : List<IBarChartItem>

Gets the bar chart data.

Label : string

Gets or sets the bar chart label.

LabelAlignment : Justify?

Gets or sets the bar chart label alignment.

MaxValue : double?

Gets or sets the fixed max value for a bar chart.

ShowValues : bool

Gets or sets a value indicating whether or not values should be shown next to each bar.

ValueFormatter : Func<double, CultureInfo, string>

Gets or sets the function used to format the values of the bar chart.

Width : int?

Gets or sets the width of the bar chart.