[]
        
(Showing Draft Content)

C1.WPF.Chart.Extended.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

Implements
IValueProvider
IContour
IHeatmap
ISeries
IStyleProvider
IAxesProvider
Namespace: C1.WPF.Chart.Extended
Assembly: C1.WPF.FlexChart.Extended.4.6.2.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 StartXProperty dependency property.

StartYProperty

Identifies the StartYProperty dependency property.

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.