MindFusion.Charting Programmer's Guide

AxisSettings.LabelSpan Property

See Also
 





Gets or sets the distance among rows/columns of labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float LabelSpan { get; set; }

Visual Basic  Copy Code

Public Property LabelSpan As Single

 Property Value

A float value. Default is 5f.

 Remarks

The property is used only when more than row or column of labels is drawn. When there are SummaryValues, the property is also used for the distance between them and the rest of the labels.

The distance between the axis labels and the axis is set with LabelOffset.

 See Also