'Declaration Public Enum DataAnnotationDisplayMode Inherits System.Enum
public enum DataAnnotationDisplayMode : System.Enum
Member | Description |
---|---|
Auto | Indicates a mode that automatically selects content dsiaplyed on axis, based on type of data annotation layer |
AxisValue | Displays axis value in axis annotation that is between axis minimum and maximum |
DataLabel | Displays a label in axis annotation that represents a value mapped via LabelMemberPath |
DataValue | Displays data value in axis annotation that represents a value mapped via ValueMemberPath |
Hidden | Hides axis annotation |
PixelValue | Displays pixel value in axis annotation that is between start and end size of plot area |
WindowValue | Displays window value in axis annotation in relative coordinates (0.0 - 1.0) to start and end size of plot area |
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