.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Series Class : ShowOther Property
ShowOther Property (Series)
This property controls if the additional series not shown due to the use of SplitByLimit, or the additional elements not shown due to the use of Limit are aggregated into a single series / element and graphed alongside the top x series / elements.
Syntax
'Declaration
 
Public Property ShowOther As Boolean
'Usage
 
Dim instance As Series
Dim value As Boolean
 
instance.ShowOther = value
 
value = instance.ShowOther
public bool ShowOther {get; set;}
Remarks
See Gettings Started > Tutorials > Data Engine for more info.
The default is false.
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