Sha256: 90c3bc74b6282ca09b28ecbd67901f8b0aa101e89e5eff2be13c6d8660a7ebe4
Contents?: true
Size: 1.85 KB
Versions: 13
Compression:
Stored size: 1.85 KB
Contents
# AsposeCellsCloud::DataBar ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **direction** | **String** | Gets or sets the direction the databar is displayed. | [optional] **max_cfvo** | [**ConditionalFormattingValue**](ConditionalFormattingValue.md) | Get or set this DataBar's max value object. Cannot set null or CFValueObject with type FormatConditionValueType.Min to it. | [optional] **color** | [**Color**](Color.md) | Get or set this DataBar's Color. | [optional] **min_length** | **Integer** | Represents the min length of data bar . | [optional] **bar_fill_type** | **String** | Gets or sets how a data bar is filled with color. | [optional] **min_cfvo** | [**ConditionalFormattingValue**](ConditionalFormattingValue.md) | Get or set this DataBar's min value object. Cannot set null or CFValueObject with type FormatConditionValueType.Max to it. | [optional] **axis_position** | **String** | Gets or sets the position of the axis of the data bars specified by a conditional formatting rule. | [optional] **negative_bar_format** | [**NegativeBarFormat**](NegativeBarFormat.md) | Gets the NegativeBarFormat object associated with a data bar conditional formatting rule. | [optional] **bar_border** | [**DataBarBorder**](DataBarBorder.md) | Gets an object that specifies the border of a data bar. | [optional] **axis_color** | [**Color**](Color.md) | Gets the color of the axis for cells with conditional formatting as data bars. | [optional] **max_length** | **Integer** | Represents the max length of data bar . | [optional] **show_value** | **BOOLEAN** | Get or set the flag indicating whether to show the values of the cells on which this data bar is applied. Default value is true. | [optional]
Version data entries
13 entries across 13 versions & 1 rubygems