Gets or sets the allowable label changes that can be made to enable the label to be fit along an axis.
Labels auto-fit style. LabelsAutoFit must be set to true.
Visual Basic (Declaration) | |
---|---|
Public Property LabelsAutoFitStyle As LabelsAutoFitStyle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public LabelsAutoFitStyle LabelsAutoFitStyle {get; set;} |
Return Value
A LabelsAutoFitStyle value or bitwise OR'd LabelsAutoFitStyle values. Defaults to the combination of LabelsAutoFitStyle.IncreaseFont, LabelsAutoFitStyle.DecreaseFont, LabelsAutoFitStyle.OffsetLabels, LabelsAutoFitStyle.LabelsAngleStep30 and LabelsAutoFitStyle.WordWrap.
If the LabelsAutoFit value is set to true, the chart will automatically fit the labels according to the rules specified by the LabelsAutoFitStyle property.
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