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 also20Model.html">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 also20Model.html">Data Model Tutorial
System.Object
dotnetCHARTING.Element