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



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

Visual Basic (Declaration) 
Public Property ShowOther As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As Boolean
 
instance.ShowOther = value
 
value = instance.ShowOther
C# 
public bool ShowOther {get; set;}
C++/CLI 
public:
property bool ShowOther {
   bool get();
   void set (bool value);
}

Remarks

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

The default is false.

See Also