TDrawingConditionalFormatDataBar.TDrawingConditionalFormatDataBar Constructor
Creates a new struct and initialized the data.
Syntax
Namespace: FlexCel.Core
public TDrawingConditionalFormatDataBar(Boolean aHasDataBar, Boolean aHideValues, TUIRectangle aRectangle, TUIColor aFillColor, TUIColor aBorderColor, TUIColor aAxisColor, Boolean aIsGradient, Boolean aIsRightToLeft)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aHasDataBar | Boolean | If true, the format has a databar. | |
aHideValues | Boolean | If true, the cell text won't be displayed. | |
aRectangle | TUIRectangle | Rectangle of the databar in coordinates relative to the cell. 0 means Left and Top, 1 right and bottom. | |
aFillColor | TUIColor | Color for the fill of the databar. | |
aBorderColor | TUIColor | Color for the border of the DataBar. TUIColor.Empty means no border. | |
aAxisColor | TUIColor | Color for the axis where the databar crosses 0. If this is TUIColor.Empty, no axis should be drawn. If not empty the position depends in the value of IsRightToLeft parameter. |
|
aIsGradient | Boolean | If true, this databar has a gradient fill. | |
aIsRightToLeft | Boolean | If true, the databar goes right to left and the gradient must go right to left too. |