API Reference
Class
ChartTreemapItem
Represents one labeled treemap item.
Inheritance
- Object
- ChartTreemapItem
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.AddTreemap
Constructors
ChartTreemapItem(System.String label, System.Double value) #Initializes a new instance of the ChartTreemapItem struct.
Parameters
- label System.String
- The item label.
- value System.Double
- The item value. Negative values are not allowed.