Enumeration DataAnnotationTargetMode

Describes available axis modes for targeting by the data annotation layers

Enumeration Members

Auto: 0

Indicate default target mode that automatically targets Category-based Axes or NumericXAxis.

CategoryAxes: 4

Indicate to target all category axes, e.g. CategoryX, CategoryY, CategoryDateTimeXAxis

DataSourceAxes: 1

Indicate to target axes with data source such as CategoryX, CategoryY, CategoryDateTimeXAxis, TimeXAxis, OrdinalTimeXAxis.

HorizontalAxes: 2

Indicate to target all horizontal axes, e.g. CategoryX, NumericX

NumericXAxes: 6

Indicate to target all numeric x-axes, e.g. NumericX

NumericYAxes: 7

Indicate to target all numeric y-axes, e.g. NumericY

TimeAxes: 5

Indicate to target all time axes, e.g. CategoryDateTimeXAxis, TimeXAxis, OrdinalTimeXAxis

VerticalAxes: 3

Indicate to target all vertical axes, e.g. CategoryY, NumericY