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



Gets or sets a value that indicates whether the label is forced to be drawn vertically.

Syntax

Visual Basic (Declaration) 
Public Property ForceVertical As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SmartLabel
Dim value As Boolean
 
instance.ForceVertical = value
 
value = instance.ForceVertical
C# 
public bool ForceVertical {get; set;}
C++/CLI 
public:
property bool ForceVertical {
   bool get();
   void set (bool value);
}

Remarks

When false, labels will be drawn vertically only on columns and cylinders that are not wide enough to fit the label horizontally. Otherwise, all labels will be vertical.

See Also