A renderable breakdown chart.
Constructors
public BreakdownChart()
Initializes a new instance of the BreakdownChart class.
Properties
Compact
: boolGets or sets a value indicating whether or not the chart and tags should be rendered in compact mode.
Culture
: CultureInfoGets or sets the CultureInfo to use when rendering values.
Data
: List<IBreakdownChartItem>Gets the breakdown chart data.
Expand
: boolGets 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
: boolGets or sets a value indicating whether or not to show tags.
ShowTagValues
: boolGets 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.