Version

ValueLayerValueMode Enumeration

Describes available behaviors for the ValueOverlay.
Syntax
'Declaration
 
Public Enum ValueLayerValueMode 
   Inherits System.Enum
public enum ValueLayerValueMode : System.Enum 
Members
MemberDescription
AutoThe layer will automatically choose a mode to use.
AverageThe layer will position itself at the average value found on the target series or at multiple values for multiple series if no target series is specified.
GlobalAverageThe layer will position itself at the global average value found.
GlobalMaximumThe layer will position itself at the global maximum value found.
GlobalMinimumThe layer will position itself at the global minimum value found.
MaximumThe layer will position itself at the maximum value found on the target series or across all series if no target is specified.
MinimumThe layer will position itself at the minimum value found on the target series or across all series if no target is specified.
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