Gets or sets the thickness of the wireframe. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double WireFrameThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property WireFrameThickness As Double |
A double value. The default value is 1.
RemarksThe wire frame is drawn when ShowWireFrame is enabled.
See Also