'Declaration Public Enum ErrorBarCalculatorType Inherits System.Enum
public enum ErrorBarCalculatorType : System.Enum
Member | Description |
---|---|
Data | A calculator type that provides the input values directly. |
Fixed | A calculator type that provides a fixed value. |
Percentage | A calculator type that provides a fixed percentage of each input value |
StandardDeviation | A calculator type that provides the standard deviation of the input values. |
StandardError | A calculator type that provides the standard error of the input values. |
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