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


Gets or sets a value that indicates whether the element values of this series will affect the value axis they are plotted against.

Syntax

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

See Also

© 2010 All Rights Reserved.