dotnetCHARTING Send comments on this topic.
Element Class
See Also  Members  
dotnetCHARTING Namespace : Element Class


Represents a element object or data point on the chart.

Object Model













Syntax

Visual Basic (Declaration) 
Public Class Element 
   Implements IInstanceID 
Visual Basic (Usage)Copy Code
Dim instance As Element
C# 
public class Element : IInstanceID  

Remarks

The Element object contains properties that describe it's value such as YValue, YDateTime, BubbleSize etc.. It also defines defines objects and properties that specify the element's behavior and appearance.

Element properties that don't describe it's value can be set simultaneously for all element in a Series by setting them with Series.DefaultElement.___ For example:(Chart.DefaultSeries.DefaultElement.SmartLabel.Text = "YValue").


See also:Data Model Tutorial

Inheritance Hierarchy

System.Object
   dotnetCHARTING.Element

See Also

© 2010 All Rights Reserved.