API Reference
Class
ChartPictorialItem
Represents one labeled value in a pictorial chart.
Inheritance
- Object
- ChartPictorialItem
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.AddPictorial
Constructors
ChartPictorialItem(System.String label, System.Double value, System.Nullable{ChartForgeX.Primitives.ChartColor} color) #Initializes a new instance of the ChartPictorialItem 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.