ComponentOne Chart3D for WPF and Silverlight
ContourLevelsCount Property (C1Chart3D)


C1.WPF.C1Chart3D Namespace > C1Chart3D Class : ContourLevelsCount Property
Gets or sets the number of contour levels.
Syntax
'Declaration
 
Public Property ContourLevelsCount As System.Integer
'Usage
 
Dim instance As C1Chart3D
Dim value As System.Integer
 
instance.ContourLevelsCount = value
 
value = instance.ContourLevelsCount
public System.int ContourLevelsCount {get; set;}
See Also

Reference

C1Chart3D Class
C1Chart3D Members