Click or drag to resize

SurfaceGridSeries3DDrawWireframeThrough Property

LightningChart .NET Help
Gets or sets if draws wireframe through the filled surface. This is a dependency property. When true, wireframe is 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.Wpf.ChartingMVVM.Series3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(false)]
public bool DrawWireframeThrough { get; set; }

Property Value

Type: Boolean
See Also