MindFusion.Charting Programmer's Guide

LineChart.LabelOffset Property

See Also
 





Gets or sets the offset of the data label.

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

LabelOffset specifies the space between the label and the data point, scatter or bubble it refers to. Use LabelType to set the type of labels drawn. LabelAlignment specifies how labels are aligned.

 See Also