[]
        
(Showing Draft Content)

C1.WPF.C1Chart.Pie.AutoPosition

AutoPosition Method

AutoPosition(Size, ref Point, ref Point)

Calculates automatic position of data label.

Declaration
protected override LabelAlignment AutoPosition(Size labelSize, ref Point hot, ref Point offset)
Parameters
Type Name Description
Size labelSize

Size of the label.

Point hot

Hot point (coordinates of the data point) of l.

Point offset

Offset of the label from the hot point.

Returns
Type Description
LabelAlignment

The alignment of the label.

Overrides