Gets or sets number of contour levels.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute(10)]
[XmlAttributeAttribute]
public int NumLevels { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute(10)> _
<XmlAttributeAttribute> _
Public Property NumLevels As Integer
	Get
	Set

Remarks

This has no effect when the chart is using a custom distribution table (AutoDistribution property is false).

See Also