API Reference
Class
ChartCalendarHeatmapItem
Represents one dated value in a calendar heatmap chart.
Inheritance
- Object
- ChartCalendarHeatmapItem
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.AddCalendarHeatmap
Constructors
ChartCalendarHeatmapItem(System.DateTime date, System.Double value, System.Nullable{ChartForgeX.Primitives.ChartColor} color) #Initializes a new instance of the ChartCalendarHeatmapItem struct.
Parameters
- date System.DateTime
- The calendar date. The time component is ignored.
- value System.Double
- The day value. Negative values are not allowed.
- color System.Nullable{ChartForgeX.Primitives.ChartColor}
- An optional color for this day.