[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DContourStyle

Chart3DContourStyle Class

Represents appearance of one level of contour and zone charts.

Inheritance
Chart3DContourStyle
Implements
Namespace: C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DContourStyle : IDisposable, ICloneable

Constructors

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.

Properties

Name Description
FillColor

Gets or sets zone fill color.

LineStyle

Gets or sets line style for drawing contours.

Methods

Name Description
Dispose()

Perform general cleanup.

ToString()

Returns a string that represents the current Chart3DContourStyle.

Events

Name Description
Changed

Fires when Chart3D contour style was changed.