Version

ErrorBarDirection Enumeration

Constants which specify the direction in which an error bar extends.
Syntax
public enum ErrorBarDirection : System.Enum 
Members
MemberDescription
BothThe error bar extends in both directions.
MinusThe error bar extends only in the negative direction.
PlusThe error bar extends only in the positive direction.
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