Use the members of this enumeration to set the state of the ValueLabels collection in the Axis class.
[Visual Basic]
Public Enum AnnotationMethodEnum
[C#]
public enum AnnotationMethodEnum
[Delphi]
type AnnotationMethodEnum = (Mixed, ValueLabels, Values);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Mixed |
Both automatic annotatations and value labels will be visible. |
ValueLabels |
The axis will be annotated with values specified in the ValueLabelsCollection. |
Values |
The axis will be annotated automatically by the chart. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |