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





Gets or sets the value that indicates the level of the ground in the chart. This is a dependency property.

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

 Syntax

C#  Copy Code

public double GroundLevel { get; set; }

Visual Basic  Copy Code

Public Property GroundLevel As Double

 Property Value

A double value. The default is NaN.

 Remarks

Use the GroundLevel property to change where the X and Y axis intersect.

 See Also

SurfaceChart Members
SurfaceChart Class
MindFusion.Charting.Wpf Namespace