Base class for all chart elements - Bar, Line, Scatter, Bubble, PiePiece and RadarPiece. Namespace: MindFusion.Charting Syntax
RemarksObjects of type ChartElement are returned by the HitTest method. The result must be converted according to the type of the chart that is hit-tested. Conversion can be omitted if you use any of the chart - specific methods for hit-testing: HitTestBar, HitTestBubble, HitTestLine, HitTestPie and HitTestRadar, HitTestScatter. Both the chart - specific and the general method might return null, so always check. Inheritance HierarchySystem.Object See Also |