Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / ChartText Class / ReplaceTabsWithSpaces Property


In This Topic
    ReplaceTabsWithSpaces Property
    In This Topic
    Whether or not the chart should replace tab characters with spaces.
    Syntax
    'Declaration
     
    <CategoryAttribute("Formatting")>
    <DescriptionAttribute("Determines whether the control should replace tabs with spaces.")>
    <DefaultValueAttribute(True)>
    Public Property ReplaceTabsWithSpaces As Boolean
    'Usage
     
    Dim instance As ChartText
    Dim value As Boolean
     
    instance.ReplaceTabsWithSpaces = value
     
    value = instance.ReplaceTabsWithSpaces
    [Category("Formatting")]
    [Description("Determines whether the control should replace tabs with spaces.")]
    [DefaultValue(true)]
    public bool ReplaceTabsWithSpaces {get; set;}
    Remarks
    When set to false tab characters are not visualized. Otherwise the control replaces tabs with spaces and then renders the text.
    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