'Declaration Public Enum DataAnnotationTargetMode Inherits System.Enum
public enum DataAnnotationTargetMode : System.Enum
Member | Description |
---|---|
Auto | Indicate default target mode that automatically targets Category-based Axes or NumericXAxis. |
CategoryAxes | Indicate to target all category axes, e.g. CategoryX, CategoryY, CategoryDateTimeXAxis |
DataSourceAxes | Indicate to target axes with data source such as CategoryX, CategoryY, CategoryDateTimeXAxis, TimeXAxis, OrdinalTimeXAxis. |
HorizontalAxes | Indicate to target all horizontal axes, e.g. CategoryX, NumericX |
NumericXAxes | Indicate to target all numeric x-axes, e.g. NumericX |
NumericYAxes | Indicate to target all numeric y-axes, e.g. NumericY |
TimeAxes | Indicate to target all time axes, e.g. CategoryDateTimeXAxis, TimeXAxis, OrdinalTimeXAxis |
VerticalAxes | Indicate to target all vertical axes, e.g. CategoryY, NumericY |
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