[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DContourLevel

Chart3DContourLevel Class

Represents level of contour or zone chart.

Inheritance
Chart3DContourLevel
Implements
Namespace: C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.4.8.dll
Syntax
[TypeConverter(typeof(c1ChartTypeConverter))]
public class Chart3DContourLevel : IComparable

Constructors

Name Description
Chart3DContourLevel()

Initializes a new instance of the Chart3DContourLevel class.

Properties

Name Description
Level

Gets or sets level value.

Style

Gets or sets the contour style corresponding to the level.

Methods

Name Description
CompareTo(object)

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

ToString()

Returns a string that represents the current Chart3DContourLevel.

Events

Name Description
Changed

Fires when level value was changed.