[]
Represents appearance of one level of contour and zone charts.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DContourStyle : IDisposable, ICloneable
| Name | Description |
|---|---|
| Chart3DContourStyle() | Initializes a new instance of the Chart3DContourStyle class. |
| Chart3DContourStyle(Color, Color, float, LinePatternEnum) | Initializes a new instance of the Chart3DContourStyle class with specified parameters. |
| Name | Description |
|---|---|
| FillColor | Gets or sets zone fill color. |
| LineStyle | Gets or sets line style for drawing contours. |
| Name | Description |
|---|---|
| Dispose() | Perform general cleanup. |
| ToString() | Returns a string that represents the current Chart3DContourStyle. |
| Name | Description |
|---|---|
| Changed | Fires when Chart3D contour style was changed. |