Gets or sets an Element object which facilitates a shortcut for adding elements to the chart.
[Visual Basic]
Public Property Element As Element
[C#]
public Element Element {get; set;}
Add a single element to the chart collection.
[C#]
Chart.Series.Element.YValue = 10; |
[Visual Basic]
Chart.Series.Element.YValue = 10 |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.