DataAnnotationDisplayMode
Describes mode for displaying content of axis annotation
Enumeration Members
Section titled "Enumeration Members"Indicates a mode that automatically selects content displayed on axis, based on type of data annotation layer
Auto = 0 AxisValue
Section titled "AxisValue"Displays axis value in axis annotation that is between axis minimum and maximum
AxisValue = 3 DataLabel
Section titled "DataLabel"Displays a label in axis annotation that represents a value mapped via LabelMemberPath
DataLabel = 2 DataValue
Section titled "DataValue"Displays data value in axis annotation that represents a value mapped via ValueMemberPath
DataValue = 1 Hidden
Section titled "Hidden"Hides axis annotation
Hidden = 6 PixelValue
Section titled "PixelValue"Displays pixel value in axis annotation that is between start and end size of plot area
PixelValue = 4 WindowValue
Section titled "WindowValue"Displays window value in axis annotation in relative coordinates (0.0 - 1.0) to start and end size of plot area
WindowValue = 5