Version

ColorScaleType Property

Returns a ColorScaleType value which identifies this instance as a 2-color or 3-color scale.
Syntax
public ColorScaleType ColorScaleType {get;}
Remarks

A ColorScaleConditionalFormat instance which is created with the 'TwoColor' value does not support the MidpointThreshold; attempting to set a property on the object retuned from the MidpointThreshold property will cause an exception to be thrown.

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