Constants Reference > Constants Members > AnnotationMethod Constants |
AnnotationMethod Constants
Specifies the annotation method.
Constant |
Description |
oc2dAnnotatePointLabels |
Annotate using Point-labels (X-axis only). |
oc2dAnnotateTimeLabels |
Annotate using Time-labels (X-axis only). |
oc2dAnnotateValueLabels |
Annotate using ValueLabels property. |
oc2dAnnotateValues |
Annotate using chart's X- or Y-values |
oc2dAnnotateValuesEvent |
The FormatAxisAnno event is fired and the Label string passed in is preset to the string that would normally be used if the AnnotationMethod is set to Values. |
oc2dAnnotateTimeLabelsEvent |
The FormatAxisAnno event is fired and the Label string passed in is preset to the string that would normally be used if the AnnotationMethod is set to TimeLabels. |