ContourLevelsCount Property (C1Chart3D)
In This Topic
Gets or sets the number of contour levels.
Syntax
'Declaration
Public Property ContourLevelsCount As Integer
'Usage
Dim instance As C1Chart3D
Dim value As Integer
instance.ContourLevelsCount = value
value = instance.ContourLevelsCount
public int ContourLevelsCount {get; set;}
See Also