A class that represents radar piece objects in radar charts.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public sealed class RadarPiece : ChartElement |
Visual Basic
![]() |
---|
Public NotInheritable Class RadarPiece |
Each radar piece in a radar chart is an instance of the RadarPiece class. When the user clicks on a radar piece in hit-testing, the RadarPiece object that contains the hit mouse point is returned.
The members of the RadarPiece class are read-only. Use the respective radar piece properties of the RadarPiece class to set them.
System.Object
MindFusion.Charting.ChartElement
MindFusion.Charting.RadarPiece