Dundas Chart for ASP.NET
LabelsAutoFitStyle Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Axis Class : LabelsAutoFitStyle Property


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.

Syntax

Visual Basic (Declaration)  
Public Property LabelsAutoFitStyle As LabelsAutoFitStyle
Visual Basic (Usage) Copy Code
Dim instance As Axis
Dim value As LabelsAutoFitStyle
 
instance.LabelsAutoFitStyle = value
 
value = instance.LabelsAutoFitStyle
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.

Remarks

If the LabelsAutoFit value is set to true, the chart will automatically fit the labels according to the rules specified by the LabelsAutoFitStyle property.

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.