Gets or sets a value that indicates if labels are offset.
True if labels are shown with offset
Visual Basic (Declaration) | |
---|---|
Public Property OffsetLabels As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool OffsetLabels {get; set;} |
Return Value
True if offset, False if not offset. Defaults to False.
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.
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