Visual Basic (Declaration) | |
---|---|
Public Class Element Implements IInstanceID |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class Element : IInstanceID |
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
System.Object
dotnetCHARTING.Element
Reference
Element MembersdotnetCHARTING Namespace
Tutorials
Data ModelElement Sorting
Data Tutorials
Samples
IterateElementsElementNameGroupingOptions