SurfaceMeshSeries3DDrawWireframeThrough Property |
LightningChart .NET Help
If set, draws wireframe through the filled surface, making it always visible from above the surface and below it.
Alternatively, you may prefer setting this false and using WireframeOffset to shift the wireframe slightly up or down,
making it visible only on the other side of the filled surface.
Namespace:
Arction.WinForms.Charting.Series3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool DrawWireframeThrough { get; set; }<DefaultValueAttribute(false)>
Public Property DrawWireframeThrough As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool DrawWireframeThrough {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also