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


Controls the label used for the aggregated datapoint / series created when using Limit or SplitByLimit and setting ShowOther to true.

Syntax

Visual Basic (Declaration) 
Public Property OtherElementText As String
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As String
 
instance.OtherElementText = value
 
value = instance.OtherElementText
C# 
public string OtherElementText {get; set;}

Remarks

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

See Also

© 2010 All Rights Reserved.