[]
        
(Showing Draft Content)

C1.Blazor.Chart.Contour.Levels

Levels Property

Levels

Gets or sets the explicit contour levels to use for rendering. If set, this overrides the automatic level calculation based on NumberOfContourLevels.

Declaration
[Parameter]
public double[] Levels { get; set; }
<Parameter>
Public Property Levels As Double()