MindFusion.Charting Programmer's Guide

Scatter.Value Property

See Also
 





Gets the value that this Scatter represents.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double Value { get; }

Visual Basic  Copy Code

Public ReadOnly Property Value As Double

 Property Value

A double number that represents the value of the Scatter.

 Remarks

The number corresponds to the number set for this Scatter through the XData property for horizontal charts or YData for vertical charts.

 See Also