.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Series Class : ExcludeFromAxisRange Property
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
'Declaration
 
Public Property ExcludeFromAxisRange As Boolean
'Usage
 
Dim instance As Series
Dim value As Boolean
 
instance.ExcludeFromAxisRange = value
 
value = instance.ExcludeFromAxisRange
public bool ExcludeFromAxisRange {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also