Whether to use a linear distribution table to determine the spacing of contour levels.

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

Syntax

C#
[XmlAttributeAttribute]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute(true)]
public bool AutoDistribution { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute(True)> _
Public Property AutoDistribution As Boolean
	Get
	Set

Remarks

When AutoDistribution is true the chart automatically generates linear distribution table using NumLevels property.

See Also