'Declaration Public Enum DataAnnotationTargetMode Inherits System.Enum
public enum DataAnnotationTargetMode : System.Enum
| Member | Description |
|---|---|
| Auto | Indicates default target mode that automatically targets an axes based on type of series present in the chart |
| CategoryXAxes | Targets all category x-axes, e.g. CategoryXAxis with and without CompanionAxisEnabled set to true |
| CategoryYAxes | Targets all category y-axes, e.g. CategoryYAxis with and without CompanionAxisEnabled set to true |
| CompanionXAxes | Targets companion x-axes, e.g. axes created by setting CompanionAxisEnabled on CategoryXAxis or NumericXAxis |
| CompanionYAxes | Targets companion y-axes, e.g. axes created by setting CompanionAxisEnabled on CategoryYAxis or NumericYAxis |
| DataSourceAxes | Targets axes with data source such as CategoryXAxis, CategoryYAxis, CategoryDateTimeXAxis, TimeXAxis, OrdinalTimeXAxis. |
| HorizontalAxes | Targets all horizontal axes, e.g. CategoryXAxis, CategoryDateTimeXAxis, TimeXAxis, OrdinalTimeXAxis, and NumericXAxis |
| None | Targets none of the axes |
| NumericXAxes | Targets primary or companion numeric x-axes, e.g. NumericXAxis with and without CompanionAxisEnabled set to true |
| NumericYAxes | Targets primary or companion numeric y-axes, e.g. NumericYAxis with and without CompanionAxisEnabled set to true |
| PrimaryXAxes | Targets primary x-axes, e.g. x-axes not created by setting CompanionAxisEnabled set to true |
| PrimaryYAxes | Targets primary y-axes, e.g. y-axes not created by setting CompanionAxisEnabled set to true |
| TimeAxes | Targets all time axes, e.g. CategoryDateTimeXAxis, TimeXAxis, OrdinalTimeXAxis |
| VerticalAxes | Targets all vertical axes, e.g. CategoryYAxis and NumericYAxis |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2