Dundas Chart for ASP.NET
LabelsAutoFitStyle Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : LabelsAutoFitStyle Enumeration


Specifies a style when the LabelsAutoFitStyle is used.


Axis labels aut-fitting style.

Syntax

Visual Basic (Declaration)  
Public Enum LabelsAutoFitStyle 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As LabelsAutoFitStyle
C#  
public enum LabelsAutoFitStyle : Enum 

Members

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.

Remarks

The LabelsAutoFitStyle enumeration represents the allowable changes to a labels font or orientation to fit the labels along the axis.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.LabelsAutoFitStyle

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.