Specifies a style when the LabelsAutoFitStyle is used.
Axis labels aut-fitting style.
Visual Basic (Declaration) | |
---|---|
Public Enum LabelsAutoFitStyle Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum LabelsAutoFitStyle : Enum |
Member | Description |
---|---|
None |
No label changes are allowed. No auto-fitting. |
IncreaseFont |
Label font can be increased. Label Font can be increased. Allow font size increasing. |
DecreaseFont |
Label font can be decreased. Allow font size decreasing. |
OffsetLabels |
Labels can be offset. Allow using offset labels. |
LabelsAngleStep30 |
Labels can be angled by a step of 30 deg (0 - 30 - 60 - 90 degrees). Allow changing labels angle using values 0-30-60-90 degrees. |
LabelsAngleStep45 |
Labels can be angled by a step of 45 deg (0 - 45 - 90 degrees). Allow changing labels angle using values 0-45-90 degrees. |
LabelsAngleStep90 |
Labels can be angled by a step of 90 deg (0 - 90 degrees). Allow changing labels angle using values 0-90 degrees. |
WordWrap |
Labels can be wrapped. Allow replacing spaces with the new line character. |
The LabelsAutoFitStyle enumeration represents the allowable changes to a labels font or orientation to fit the labels along the axis.
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