[]
Represents a contour chart that overlays contour lines on a heatmap. This chart type combines the visualization of a heatmap with contour lines to show data density and patterns.
public class Contour : Heatmap, IDisposable
Public Class Contour
Inherits Heatmap
Implements IDisposable
| Name | Description |
|---|---|
| Contour() | Initializes a new instance of the Contour class. |
| Name | Description |
|---|---|
| Appearance | Gets or sets the type of contour appearance |
| Levels | Gets or sets the explicit contour levels to use for rendering. If set, this overrides the automatic level calculation based on NumberOfContourLevels. |
| NumberOfLevels | Gets or sets the number of contour levels to display. |
| StartX | Gets or sets the starting data x-value. The default value is -0.5. |
| StartY | Gets or sets the starting data y-value. The default value is -0.5. |
| Name | Description |
|---|---|
| OnRendering(IRenderEngine) | Handles the rendering of the contour chart. |