API Reference
Class
ChartProgressItem
Represents one labeled value in a progress-bar chart.
Inheritance
- Object
- ChartProgressItem
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.AddProgressBars
Constructors
ChartProgressItem(System.String label, System.Double value, System.Nullable{ChartForgeX.Primitives.ChartColor} color) #Initializes a new instance of the ChartProgressItem struct.
Parameters
- label System.String
- The item label.
- value System.Double
- The item value. Negative values are not allowed.
- color System.Nullable{ChartForgeX.Primitives.ChartColor}
- An optional color for this item.