AsposeCellsCloud::Object::DataBar

Load the model package

use AsposeCellsCloud::Object::DataBar;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- direction | string | Gets or sets the direction the databar is displayed. | [optional] max_cfvo | ConditionalFormattingValue | Get or set this DataBar's max value object. Cannot set null or CFValueObject with type FormatConditionValueType.Min to it. | [optional] color | Color | Get or set this DataBar's Color. | [optional] min_length | int | 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 | 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 | Gets the NegativeBarFormat object associated with a data bar conditional formatting rule. | [optional] bar_border | DataBarBorder | Gets an object that specifies the border of a data bar. | [optional] axis_color | Color | Gets the color of the axis for cells with conditional formatting as data bars. | [optional] max_length | int | 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]

[Back to Model list] [Back to API list] [Back to README]