MindFusion.Charting Programmer's Guide

AxisSettings.LabelOffset Property

See Also
 





Gets or sets the offset of the axis labels to the axis they refer to.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float LabelOffset { get; set; }

Visual Basic  Copy Code

Public Property LabelOffset As Single

 Property Value

A float value. Default is 5f.

 Remarks

The property specifies the distance between the first row or column of labels and the chart axis. The offset among rows or columns of labels in multi-series charts is set with LabelSpan.

 See Also