GrapeCity.Xaml.Excel
InvertIfNegative Property (ExcelDataPoint)


GrapeCity.Excel.Chart Namespace > ExcelDataPoint Class : InvertIfNegative Property
Gets or sets a value indicating whether [invert if negative].
Syntax
'Declaration
 
Public Property InvertIfNegative As Boolean
'Usage
 
Dim instance As ExcelDataPoint
Dim value As Boolean
 
instance.InvertIfNegative = value
 
value = instance.InvertIfNegative
public bool InvertIfNegative {get; set;}

Property Value

true if [invert if negative]; otherwise, false.
See Also

Reference

ExcelDataPoint Class
ExcelDataPoint Members