dotnetCHARTING Send comments on this topic.
SmartLabel Property
See Also 
dotnetCHARTING Namespace > Element Class : SmartLabel Property


Gets or sets this element's SmartLabel.

Syntax

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

Remarks

By default this label is hidden unless ShowValue is true.

See Also