LabelAutoFitStyles Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies style changes that can automatically be made to a label when the LabelAutoFitStyle property is used.
This enumeration supports a bitwise combination of its member values.
public enum class LabelAutoFitStyles
[System.Flags]
public enum LabelAutoFitStyles
[<System.Flags>]
type LabelAutoFitStyles =
Public Enum LabelAutoFitStyles
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No label changes are allowed. |
IncreaseFont | 1 | Label font can be increased. |
DecreaseFont | 2 | Label font can be decreased. |
StaggeredLabels | 4 | Labels can be staggered. |
LabelsAngleStep30 | 8 | Labels can be angled in 30 degree steps: 0, 30, 60 and 90. |
LabelsAngleStep45 | 16 | Labels can be angled in 45 degree steps: 0, 45, and 90. |
LabelsAngleStep90 | 32 | Labels can be angled in 90 degree steps: 0 and 90. |
WordWrap | 64 | Labels can be word wrapped. |
Remarks
The LabelAutoFitStyles enumeration represents the changes to the font or orientation of labels that can be automatically made to enable labels to fit along the axis.