MindFusion.Charting Programmer's Guide

RadarPiece Class

Remarks See Also
 





A class that represents radar piece objects in radar charts.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public sealed class RadarPiece : ChartElement

Visual Basic  Copy Code

Public NotInheritable Class RadarPiece
    Inherits ChartElement

JavaScript  Copy Code

// class
RadarPiece.prototype = {}

 Remarks

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 hitted 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.

 Inheritance Hierarchy

System.Object
    MindFusion.Charting.ChartElement
        MindFusion.Charting.RadarPiece

 See Also