Specifies how to align the labels for the data points of the scatter series: IScatterSeries.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum LineDataPointLabelAlignment
Fields
Labels above each data point.
C#
Above = 2
Labels below each data point.
C#
Below = 3
Labels in the middle of each data point.
C#
Center = 4
Labels on the left of each data point.
C#
Left = 0
Labels on the right of each data point.
C#
Right = 1