MindFusion.Charting Programmer's Guide

LineChart.LabelOffset Property

See Also
 





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

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public float LabelOffset { get; }

Visual Basic  Copy Code

Public ReadOnly 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