Nevron.Chart Namespace / NAnnotation Class / TextFitMode Property


TextFitMode Property (NAnnotation)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Text")>
<System.ComponentModel.DescriptionAttribute("Gets or sets the the text fit mode of the annotation")>
Public Property TextFitMode As TextFitMode
 
'Usage
 
Dim instance As NAnnotation
Dim value As TextFitMode
 
instance.TextFitMode = value
 
value = instance.TextFitMode
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also