Gets the value that this Scatter represents.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public double Value { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Value As Double |
A double number that represents the value of the Scatter.
The number corresponds to the number set for this Scatter through the XData property for horizontal charts or YData for vertical charts.