Databar.MaxPoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a ConditionValue object that specifies how the longest bar is evaluated for a data bar conditional format.
public:
property Microsoft::Office::Interop::Excel::ConditionValue ^ MaxPoint { Microsoft::Office::Interop::Excel::ConditionValue ^ get(); };
public Microsoft.Office.Interop.Excel.ConditionValue MaxPoint { get; }
Public ReadOnly Property MaxPoint As ConditionValue
Property Value
Remarks
You can specify the type and value of the evaluation by using the Type and Value properties.