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


Gets or sets the maximum number of characters a label is shortened to.

Syntax

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

See Also