| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum LabelsAutoFitStyle Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[FlagsAttribute()] public enum LabelsAutoFitStyle : Enum | |
| Member | Description |
|---|---|
| None | No auto-fitting. |
| IncreaseFont | Allow font size increasing. |
| DecreaseFont | Allow font size decreasing. |
| OffsetLabels | Allow using offset labels. |
| LabelsAngleStep30 | Allow changing labels angle using values 0-30-60-90 degrees. |
| LabelsAngleStep45 | Allow changing labels angle using values 0-45-90 degrees. |
| LabelsAngleStep90 | Allow changing labels angle using values 0-90 degrees. |
| WordWrap | Allow replacing spaces with the new line character. |
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.LabelsAutoFitStyle
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family