MindFusion.Charting Programmer's Guide

Scatter Class

Remarks See Also
 





A class that represents scatter objects in scatter charts.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class Scatter : ChartElement

Visual Basic  Copy Code

Public Class Scatter
    Inherits ChartElement

JavaScript  Copy Code

// class
Scatter.prototype = {}

 Remarks

Instances of the Scatter class are returned by the HitTestScatter and HitTest methods. If HitTest is used, the result should be cast to Scatter. Use the Label and Value properties to recognize the scatter being hit.

 Inheritance Hierarchy

System.Object
    MindFusion.Charting.ChartElement
        MindFusion.Charting.Scatter

 See Also