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
Visual Basic (Declaration) | |
---|---|
Public Property TruncatedLabels As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.
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.
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