[]
        
(Showing Draft Content)

C1.Win.Chart.Extended.Contour

Contour Class

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.

Inheritance
Contour
Implements
Namespace: C1.Win.Chart.Extended
Assembly: C1.Win.FlexChart.Extended.4.8.dll
Syntax
public class Contour : Heatmap, IDisposable
Public Class Contour
    Inherits Heatmap
    Implements IDisposable

Constructors

Name Description
Contour()

Initializes a new instance of the Contour class.

Properties

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.

Methods

Name Description
OnRendering(IRenderEngine)

Handles the rendering of the contour chart.