DataBar module

class DataBar.DataBar

Bases: SpireObject

<summary>

Represents a data bar conditional formating rule.

</summary>

property AxisColor: Color
<summary>

Gets the color of the axis for cells with conditional formatting as data bars.

</summary>

property AxisPosition: DataBarAxisPosition
<summary>

Gets or sets the position of the axis of the data bars specified by a conditional formatting rule.

</summary>

property BarBorder: DataBarBorder
<summary>

Gets an object that specifies the border of a data bar.

</summary>

property BarColor: Color
<summary>

Gets or sets the color of the bar in a data bar condition format.

</summary>

property BarFillType: DataBarFillType
property Direction: TextDirectionType
<summary>

Gets or sets the direction the databar is displayed.

</summary>

property MaxPoint: ConditionValue
<summary>

The longest bar is evaluated for a data bar conditional format.

</summary>

property MinPoint: ConditionValue
<summary>

The shortest bar is evaluated for a data bar conditional format.

</summary>

property NegativeBarFormat: NegativeBarFormat
<summary>

Gets the NegativeBarFormat object associated with a data bar conditional formatting rule.

</summary>

property PercentMax: int
<summary>

Gets or sets a value that specifies the length of the longest data bar as a percentage of cell width.

</summary>

property PercentMin: int
<summary>

Gets or sets a value that specifies the length of the shortest data bar as a percentage of cell width.

</summary>

property ShowValue: bool
<summary>

Gets or sets a Boolean value that specifies if the value in the cell is displayed.

</summary>