Determines whether surface charts are meshed, or whether bars in bar charts are outlined. Set this property to true to display a surface as a mesh, or to display bars in outline format.

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

Syntax

C#
[XmlAttributeAttribute]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute(true)]
public bool IsMeshed { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute(True)> _
Public Property IsMeshed As Boolean
	Get
	Set

Remarks

Only for bar and surface charts. The IsColumnMeshShowing and IsRowMeshShowing properties of the Chart3DSurface object control allow mesh lines in either the X or the Y direction to be turned off.

See Also