Version

ErrorValueType Enumeration

Constants which specify the units used to depict errors on an error bar.
Syntax
public enum ErrorValueType : System.Enum 
Members
MemberDescription
FixedValueThe error range is defined by a fixed numerical value.
PercentageThe error range is defined by a percentage.
StandardDeviationThe error range is defined by standard deviation.
StandardErrorThe error range is defined by standard error.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also