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


Gets or sets a value that determines if axis labels can be truncated if they extend outside of a chart area.


True if label can be truncated

Syntax

Visual Basic (Declaration)  
Public Property TruncatedLabels As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Label
Dim value As Boolean
 
instance.TruncatedLabels = value
 
value = instance.TruncatedLabels
C#  
public bool TruncatedLabels {get; set;}

Return Value

True if axis labels outside of a ChartArea object are truncated, false if not. Defaults to false.

Remarks

Labels that extend outside of a chart area will be truncated if: this property is set to true; auto-fitting of labels is not being used; and the FontAngle property is set to a non-zero value.

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.