.netCHARTING v10.5 Documentation
Members 


dotnetCHARTING Namespace : Element Class
Element Class
Represents a element object or data point on the chart.
Object Model
Element ClassAnnotation ClassAxisMarker ClassListCollection ClassSubValue ClassLine ClassHotspot ClassLegendEntry ClassElementMarker ClassLine ClassSmartLabel ClassSubValueCollection ClassSubValue ClassAxisTick ClassAxisTick Class
Syntax
'Declaration
 
Public Class Element 
'Usage
 
Dim instance As Element
public class Element 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also