ChartDataPoint
InvertIfNegative Property
|
Gets or sets a value indicating whether the value should be inverted if it is negative.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool InvertIfNegative { get; set; }
Public Property InvertIfNegative As Boolean
Get
Set
public:
virtual property bool InvertIfNegative {
bool get () sealed;
void set (bool value) sealed;
}
abstract InvertIfNegative : bool with get, set
override InvertIfNegative : bool with get, set
Property Value
Type:
Boolean
See Also