dotnetCHARTING Send comments on this topic.
ShowOther Property
See Also  Example
dotnetCHARTING Namespace > DataEngine Class : ShowOther Property


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

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

Example

C# Copy Code
de.ShowOther=true;
    
Visual Basic Copy Code
de.ShowOther=true

Remarks

See Gettings Started > Tutorials > Data Engine for more info.

The default is false.

See Also