Version

AnnotationAppearanceMode Enumeration

Describes available behaviors for how annotations are distinguished from series.
Syntax
'Declaration
 
Public Enum AnnotationAppearanceMode 
   Inherits System.Enum
public enum AnnotationAppearanceMode : System.Enum 
Members
MemberDescription
AutoLet the annotation layer decide what appearance to use.
BrightnessShiftTake the target series color and shift the brightness.
DashPatternTake the target series color and apply a dash pattern.
OpacityShiftTake the target series color and shift the opacity.
SaturationShiftTake the target series color and shift the saturation.
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