ASP.NET Pack Programmer's Guide
LineChart.LabelOffset Property
See Also
 





Gets or sets the offset of the label to the data point.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 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 space between a data point in a line chart and its label. The type of the labels is set with LabelType. Custom labels are set with Labels.

 See Also

LineChart Members
LineChart Class
MindFusion.Charting.WebForms Namespace