Gets or sets the array of level values for contour calculations.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public double[] Distribution { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property Distribution As Double() Get Set |