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;} |
Remarks
See Also