Gets or sets whether the row mesh lines are to appear.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
[XmlAttributeAttribute] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] [DefaultValueAttribute(true)] public bool IsRowMeshShowing { get; set; } |
| Visual Basic |
|---|
<XmlAttributeAttribute> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <DefaultValueAttribute(True)> _ Public Property IsRowMeshShowing As Boolean Get Set |