[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DContourStyle.-ctor

Chart3DContourStyle Constructor

Chart3DContourStyle()

Initializes a new instance of the Chart3DContourStyle class.

Declaration
public Chart3DContourStyle()
See Also

Chart3DContourStyle(Color, Color, float, LinePatternEnum)

Initializes a new instance of the Chart3DContourStyle class with specified parameters.

Declaration
public Chart3DContourStyle(Color fillColor, Color lineColor, float width, LinePatternEnum pattern)
Parameters
Type Name Description
Color fillColor

Fill color.

Color lineColor

Line color.

float width

Line width.

LinePatternEnum pattern

Line pattern.

See Also