DataBar.NegativeBarColorSameAsPositive Property

negativeBarColorSameAsPositive.Represents the attribte in schema: negativeBarColorSameAsPositive

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "negativeBarColorSameAsPositive")> _
Public Property NegativeBarColorSameAsPositive As BooleanValue
    Get
    Set
'Usage
Dim instance As DataBar
Dim value As BooleanValue

value = instance.NegativeBarColorSameAsPositive

instance.NegativeBarColorSameAsPositive = value
[SchemaAttrAttribute(, "negativeBarColorSameAsPositive")]
public BooleanValue NegativeBarColorSameAsPositive { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

DataBar Class

DataBar Members

DocumentFormat.OpenXml.Office2010.Excel Namespace