dotnetCHARTING Send comments on this topic.
Truncation Property
See Also 
dotnetCHARTING Namespace > Label Class : Truncation Property



Gets or sets properties used to dynamically shorten this label when it reaches a maximum length.

Syntax

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

See Also