[]
        
(Showing Draft Content)

C1.WinUI.Chart.Contour

Contour Class

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

Inheritance
Contour
Implements
IValueProvider
IContour
IHeatmap
ISeries
IStyleProvider
IAxesProvider
Namespace: C1.WinUI.Chart
Assembly: C1.WinUI.Chart.dll
Syntax
public class Contour : Heatmap, IDisposable, IValueProvider, IContour, IHeatmap, ISeries, IStyleProvider, IAxesProvider
Public Class Contour
    Inherits Heatmap
    Implements IDisposable, IValueProvider, IContour, IHeatmap, ISeries, IStyleProvider, IAxesProvider

Constructors

Name Description
Contour()

Initializes a new instance of the Contour class.

Fields

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.

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.0.

StartY

Gets or sets the starting data y-value. The default value is 0.0.

Methods

Name Description
OnRendering(IRenderEngine)

Handles the rendering of the contour chart.