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
SyntaxC#
Copy Code
|
|---|
public double GroundLevel { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GroundLevel As Double |
A double value. The default is NaN.
RemarksUse the GroundLevel property to change where the X and Y axis intersect.
See Also