MindFusion.Wpf Pack Programmer's Guide
Chart3D.MeshFaceSize Property
See Also
 





Gets or sets the size of the faces that build the mesh of the 3D chart. This is a dependency property.

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

 Syntax

C#  Copy Code

public double MeshFaceSize { get; set; }

Visual Basic  Copy Code

Public Property MeshFaceSize As Double

 Property Value

A double value. The default is 1.

 Remarks

Smaller values make the surface chart smoother but slow down performance and vice versa - bigger values speed up chart rendering but make the chart more uneven.

 See Also

Chart3D Members
Chart3D Class
MindFusion.Charting.Wpf Namespace