MindFusion.Charting Programmer's Guide

RadarPiece.Value Property

See Also
 





Gets the value that this RadarPiece 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.

 Remarks

The property gets the value of the hitted piece. If the hitted point is covered by several radar charts, the topmost is returned.

 See Also