Version

DataBarNegativeBarColorType Enumeration

Constants which specify the manner in which the color for negative-value data bars is determined.
Syntax
public enum DataBarNegativeBarColorType : System.Enum 
Members
MemberDescription
ColorUse the value of the NegativeBarFormat.BarColor property.
SameAsPositiveUse the same color as that of the positive-value data bars.
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