API Reference
Class
ChartParetoItem
Represents one labeled value used to build a Pareto chart.
Inheritance
- Object
- ChartParetoItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method Chart.AddPareto
Constructors
ChartParetoItem(System.String label, System.Double value) #Initializes a new instance of the ChartParetoItem struct.
Parameters
- label System.String
- The category label.
- value System.Double
- The non-negative item value.