MindFusion.Wpf Pack Programmer's Guide
SurfaceChart.ShowWireFrame Property
See Also
 





Gets or sets a value indicating whether the wire frame is drawn. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public bool ShowWireFrame { get; set; }

Visual Basic  Copy Code

Public Property ShowWireFrame As Boolean

 Property Value

true if the wire frame is drawn; otherwise false. The default is false.

 Remarks

You can set the thickness of the wire frame lines with the WireFrameThickness property.

 See Also

SurfaceChart Members
SurfaceChart Class
MindFusion.Charting.Wpf Namespace