Version

DataAnnotationDisplayMode Enumeration

Describes mode for displaying content of axis annotation
Syntax
'Declaration
 
Public Enum DataAnnotationDisplayMode 
   Inherits System.Enum
public enum DataAnnotationDisplayMode : System.Enum 
Members
MemberDescription
AutoIndicates a mode that automatically selects content dsiaplyed on axis, based on type of data annotation layer
AxisValueDisplays axis value in axis annotation that is between axis minimum and maximum
DataLabelDisplays a label in axis annotation that represents a value mapped via LabelMemberPath
DataValueDisplays data value in axis annotation that represents a value mapped via ValueMemberPath
HiddenHides axis annotation
PixelValueDisplays pixel value in axis annotation that is between start and end size of plot area
WindowValueDisplays window value in axis annotation in relative coordinates (0.0 - 1.0) to start and end size of plot area
Requirements

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

See Also