dotnetCHARTING Send comments on this topic.
ContourCount Property
See Also 
dotnetCHARTING Namespace > Series Class : ContourCount Property


Gets or sets the number of contours to draw on a SeriesType.Surface.Contour series.

Syntax

Visual Basic (Declaration) 
Public Property ContourCount As Integer
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As Integer
 
instance.ContourCount = value
 
value = instance.ContourCount
C# 
public int ContourCount {get; set;}

See Also

© 2021 All Rights Reserved.