ConditionValue interface
Office 2013 and later
Represents how the shortest bar or longest bar is evaluated for a data bar conditional formatting rule.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
The ConditionValue object is returned using either the MaxPoint or MinPoint property of the Databar object.
You can change the type of evaluation from the default setting (lowest value for the shortest bar and highest value for the longest bar) by using the Modify(XlConditionValueTypes, Object) method.
Show: