dotnetCHARTING Send comments on this topic.
EmptyElement Property
See Also 
dotnetCHARTING Namespace > Series Class : EmptyElement Property


Gets or sets an EmptyElement object associated with this series.

Syntax

Visual Basic (Declaration) 
Public Property EmptyElement As EmptyElement
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As EmptyElement
 
instance.EmptyElement = value
 
value = instance.EmptyElement
C# 
public EmptyElement EmptyElement {get; set;}

Example

Remarks

The properties of this empty element apply to all elements in the Elements collection.

See Also

© 2010 All Rights Reserved.