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
SyntaxC#
Copy Code
|
|---|
public bool ShowWireFrame { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowWireFrame As Boolean |
true if the wire frame is drawn; otherwise false. The default is false.
RemarksYou can set the thickness of the wire frame lines with the WireFrameThickness property.
See Also