Xceed Chart for WinForms v4.4 Documentation
TabSizeInSpaces Property


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > ChartText Class : TabSizeInSpaces Property
The number of spaces that replace a single tab if ReplaceTabsWithSpaces is set to true.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Determines the number of spaces that replace a single tab.")>
<CategoryAttribute("Formatting")>
Public Property TabSizeInSpaces As Integer
'Usage
 
Dim instance As ChartText
Dim value As Integer
 
instance.TabSizeInSpaces = value
 
value = instance.TabSizeInSpaces
[DefaultValue()]
[Description("Determines the number of spaces that replace a single tab.")]
[Category("Formatting")]
public int TabSizeInSpaces {get; set;}
Remarks
This property also influences the offset of the bullets from the text in XML formatted texts.
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