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


Gets or sets the label used for the element or series created when using Limit or SplitByLimit and setting ShowOther to true.

Syntax

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

Remarks

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

See Also

© 2010 All Rights Reserved.