MindFusion.Charting for Silverlight Programmer's Guide
AxisSettings.LabelOffset Property
See Also
 

Gets or sets the offset of the label from the axis.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public double LabelOffset { get; set; }

Visual Basic  Copy Code

Public Property LabelOffset As Double

 Property Value

A double value. Default is 5.0.

 Remarks

Labels at the axis are drawn when the LabelType is not LabelType.Empty.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting.Silverlight Namespace