Element Class
Represents a element object or data point on the chart.
Object Model
Syntax
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:(
See also: Data Model Tutorial
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
Reference
Element Members
dotnetCHARTING Namespace
Tutorials
Data Model
Element Sorting
Data Tutorials