SurfaceMeshSeries3DDrawWireframeThrough 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; }<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