Use the members of this enumeration to set the value of the Options property of an AutoLabelArrangement object.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[FlagsAttribute]
public enum AutoLabelArrangementOptions
Visual Basic
<FlagsAttribute> _
Public Enumeration AutoLabelArrangementOptions

Members

Member nameValueDescription
Default0 Allows any label position.
Top1 Allows top label position.
Left2 Allows left label position.
Bottom4 Allows bottom label position.
Right8 Allows right label position.
TopRight16 Allows top right label position.
BottomRight32 Allows bottom right label position.
BottomLeft64 Allows bottom left label position.
TopLeft128 Allows top left label position.
UseDataPoints256 Labels should not cover data points.

See Also