[]
Represents contour series that displays 2D data array using color variations. Draw contour lines for contour distinction provided by user and groups the iso-areas using provided color
public class Contour : Heatmap, IDisposable, IValueProvider, IContour, IHeatmap, ISeries, IStyleProvider, IAxesProvider
Public Class Contour
Inherits Heatmap
Implements IDisposable, IValueProvider, IContour, IHeatmap, ISeries, IStyleProvider, IAxesProvider
| Name | Description |
|---|---|
| Contour() | Initializes a new instance of the Contour class. |
| Name | Description |
|---|---|
| AppearanceProperty | Identifies the Appearance dependency property. |
| LevelsProperty | Identifies the Levels dependency property. |
| NumberOfLevelsProperty | Identifies the NumberOfLevels dependency property. |
| StartXProperty | Identifies the StartX dependency property for Contour. |
| StartYProperty | Identifies the StartY dependency property for Contour. |
| 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.0. |
| StartY | Gets or sets the starting data y-value. The default value is 0.0. |
| Name | Description |
|---|---|
| OnRendering(IRenderEngine) | Handles the rendering of the contour chart. |