[]
Represents level of contour or zone chart.
[TypeConverter(typeof(c1ChartTypeConverter))]
public class Chart3DContourLevel : IComparable
| Name | Description |
|---|---|
| Chart3DContourLevel() | Initializes a new instance of the Chart3DContourLevel class. |
| Name | Description |
|---|---|
| Level | Gets or sets level value. |
| Style | Gets or sets the contour style corresponding to the level. |
| 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. |
| Name | Description |
|---|---|
| Changed | Fires when level value was changed. |