Controls the appearance of a surface format chart.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public Chart3DSurface Surface { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property Surface As Chart3DSurface
	Get
	Set

Remarks

See Chart3DSurface for details.

See Also