Dundas Chart for Windows Forms
OffsetLabels Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Label Class : OffsetLabels Property


Gets or sets a value that indicates if labels are offset.


True if labels are shown with offset

Syntax

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

Return Value

True if offset, False if not offset. Defaults to False.

Remarks

If axis labels are offset then they will be staggered, which is useful when the labels overlap one another.

For further details concerning offsets refer to the Label Rows, OffSets and Sizing/Positioning topic.

Important: Setting this property to true will result in the LabelsAutoFit property of an Axis object being set to false. Also, setting LabelsAutoFit to true will result in this property being reset to its default (false).

This Property is ignored for Pie, Doughnut and Radar Chart Types.

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

© 2009 All Rights Reserved.