Version

ErrorBarCalculatorType Enumeration

Describes available types of error bar calculators.
Syntax
'Declaration
 
Public Enum ErrorBarCalculatorType 
   Inherits System.Enum
public enum ErrorBarCalculatorType : System.Enum 
Members
MemberDescription
DataA calculator type that provides the input values directly.
FixedA calculator type that provides a fixed value.
PercentageA calculator type that provides a fixed percentage of each input value
StandardDeviationA calculator type that provides the standard deviation of the input values.
StandardErrorA calculator type that provides the standard error of the input values.
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