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





Gets or sets the thickness of the wireframe. This is a dependency property.

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

 Syntax

C#  Copy Code

public double WireFrameThickness { get; set; }

Visual Basic  Copy Code

Public Property WireFrameThickness As Double

 Property Value

A double value. The default value is 1.

 Remarks

The wire frame is drawn when ShowWireFrame is enabled.

 See Also

SurfaceChart Members
SurfaceChart Class
MindFusion.Charting.Wpf Namespace