SurfaceSeries3DBaseWireframeOffset Property |
LightningChart .NET Help
Wireframe shift amount from fill.
Keep some amount of shift, to avoid 3D render engine Z buffer fighting.
Namespace:
Arction.Wpf.Charting.Series3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointDoubleXYZ WireframeOffset { get; set; }Public Property WireframeOffset As PointDoubleXYZ
Get
Set
public:
property PointDoubleXYZ^ WireframeOffset {
PointDoubleXYZ^ get ();
void set (PointDoubleXYZ^ value);
}Property Value
Type:
PointDoubleXYZ
See Also