Nevron .NET Vision
Nevron.Chart Namespace / NRangeScaleLabelStyle Class / WrapText Property


In This Topic
    WrapText Property (NRangeScaleLabelStyle)
    In This Topic
    Gets or sets a value indicating whether the range label text should be wrapped inside its range on the scale
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property WrapText As System.Boolean
    'Usage
     
    
    Dim instance As NRangeScaleLabelStyle
    Dim value As System.Boolean
     
    instance.WrapText = value
     
    value = instance.WrapText
    [System.Xml.Serialization.XmlIgnore()]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool WrapText {get; set;}
    Remarks
    This property is deprecated. You should use the FitMode property instead.
    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