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


Gets or sets a value that indicates whether the label is forced to be drawn even when there is no room. False means labels are always drawn.

Syntax

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

See Also

© 2010 All Rights Reserved.