Rediger

Del via


LabelAutoFitStyles Enum

Definition

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
LabelAutoFitStyles
Attributes

Fields

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.

Applies to