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



Gets or sets the TruncationMode used to shorten this label.

Syntax

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

See Also