MindFusion.Charting Programmer's Guide

LineChart.LabelAlignment Property

See Also
 





Gets or sets the alignment of chart labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public StringAlignment LabelAlignment { get; set; }

Visual Basic  Copy Code

Public Property LabelAlignment As StringAlignment

 Property Value

One of .NET StringAlignment Enumeration values.

 Remarks

The property specifies whether the label is drawn above, below or in the center of the line data point. Is is also used for scatters and bubbles. Labels are drawn when the LabelType property is not set to LabelType.Empty. Custom labels are set with Labels.

 See Also