ColorScale
MaxColor Property
|
Get or set the max value object's corresponding color.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Color MaxColor { get; set; }
Public Property MaxColor As Color
Get
Set
public:
property Color MaxColor {
Color get ();
void set (Color value);
}
member MaxColor : Color with get, set
Property Value
Type:
Color
See Also