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
C#
![]() |
---|
public double MeshFaceSize { get; set; } |
Visual Basic
![]() |
---|
Public Property MeshFaceSize As Double |
A double value. The default is 1.
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.