Use the members of this enumeration to set the value of the Options property of an AutoLabelArrangement object.
[Visual Basic]
Public Enum AutoLabelArrangementOptions
[C#]
public enum AutoLabelArrangementOptions
[Delphi]
type AutoLabelArrangementOptions = (Bottom, BottomLeft, BottomRight, Default, Left, Right, Top, TopLeft, TopRight, UseDataPoints);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
|
Member name |
Description |
|
Bottom |
Allows bottom label position. |
|
BottomLeft |
Allows bottom left label position. |
|
BottomRight |
Allows bottom right label position. |
|
Default |
Allows any label position. |
|
Left |
Allows left label position. |
|
Right |
Allows right label position. |
|
Top |
Allows top label position. |
|
TopLeft |
Allows top left label position. |
|
TopRight |
Allows top right label position. |
|
UseDataPoints |
Labels should not cover data points. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |