Xceed Chart for WinForms v4.4 Documentation
ReplaceTabsWithSpaces Property


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > ChartText Class : ReplaceTabsWithSpaces Property
Whether or not the chart should replace tab characters with spaces.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Determines whether the control should replace tabs with spaces.")>
<CategoryAttribute("Formatting")>
Public Property ReplaceTabsWithSpaces As Boolean
'Usage
 
Dim instance As ChartText
Dim value As Boolean
 
instance.ReplaceTabsWithSpaces = value
 
value = instance.ReplaceTabsWithSpaces
[DefaultValue()]
[Description("Determines whether the control should replace tabs with spaces.")]
[Category("Formatting")]
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

Reference

ChartText Class
ChartText Members