Version

DataAnnotationTargetMode Enumeration

Describes available axis modes for targeting by the data annotation layers
Syntax
'Declaration
 
Public Enum DataAnnotationTargetMode 
   Inherits System.Enum
public enum DataAnnotationTargetMode : System.Enum 
Members
MemberDescription
AutoIndicate default target mode that automatically targets Category-based Axes or NumericXAxis.
CategoryAxesIndicate to target all category axes, e.g. CategoryX, CategoryY, CategoryDateTimeXAxis
DataSourceAxesIndicate to target axes with data source such as CategoryX, CategoryY, CategoryDateTimeXAxis, TimeXAxis, OrdinalTimeXAxis.
HorizontalAxesIndicate to target all horizontal axes, e.g. CategoryX, NumericX
NumericXAxesIndicate to target all numeric x-axes, e.g. NumericX
NumericYAxesIndicate to target all numeric y-axes, e.g. NumericY
TimeAxesIndicate to target all time axes, e.g. CategoryDateTimeXAxis, TimeXAxis, OrdinalTimeXAxis
VerticalAxesIndicate to target all vertical axes, e.g. CategoryY, NumericY
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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

See Also