.netCHARTING v10.5 Documentation
Example 


ShowOther Property (DataEngine)
Gets or sets a value that indicates whether the additional series not shown due to the use of SplitByLimit, or elements not shown due to the use of Limit, are aggregated into a single series or element.
Syntax
'Declaration
 
Public Property ShowOther As Boolean
'Usage
 
Dim instance As DataEngine
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.
Example
de.ShowOther=true;
de.ShowOther=true
Example
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