BreakdownChart

A renderable breakdown chart.

A renderable breakdown chart.

Constructors

public BreakdownChart()

Initializes a new instance of the BreakdownChart class.

Properties

Compact : bool

Gets or sets a value indicating whether or not the chart and tags should be rendered in compact mode.

Culture : CultureInfo

Gets or sets the CultureInfo to use when rendering values.

Data : List<IBreakdownChartItem>

Gets the breakdown chart data.

Expand : bool

Gets or sets a value indicating whether or not the object should expand to the available space. If false, the object's width will be auto calculated.

ShowTags : bool

Gets or sets a value indicating whether or not to show tags.

ShowTagValues : bool

Gets or sets a value indicating whether or not to show tag values.

ValueFormatter : Func<double, CultureInfo, string>

Gets or sets the tag value formatter.

Width : int?

Gets or sets the width of the breakdown chart.