'Declaration <DefaultValueAttribute(null)> Public Property NegativeValueColor As System.String
[DefaultValue(null)] public System.String NegativeValueColor { get; set; }
[DefaultValue(null)] public: __property System.String get_NegativeValueColor(); public: __property void set_NegativeValueColor(
System.String value
);
[DefaultValue(null)] public:
property System.String NegativeValueColor { System.String get(); void set(System.String value); }
Property Value
Possible values: "Black", "Blue", "Cyan", "Green", "Magenta", "Red", "White", "Yellow". Also an indexed color from legacy color palette can be used: "ColorX", where X is an index from 1 to 56.