Interface IExcelConditionalFormattingDataBarGroup
- Namespace
- OfficeOpenXml.ConditionalFormatting.Contracts
- Assembly
- EPPlus.dll
IExcelConditionalFormattingDataBar
public interface IExcelConditionalFormattingDataBarGroup : IExcelConditionalFormattingRule
- Inherited Members
Properties
AxisColor
Color of the axis between negative and positive values
ExcelDxfColor AxisColor { get; }
Property Value
AxisPosition
What position the axis between positive and negative values is to be put at.
eExcelDatabarAxisPosition AxisPosition { get; set; }
Property Value
Border
Wheter there is a border color or not. False by default. Is set to true if BorderColor or NegativeBorderColor is set
bool Border { get; set; }
Property Value
BorderColor
Border color of databar. Setting any property sets Border to true
ExcelDxfColor BorderColor { get; }
Property Value
Color
The color of the databar. ShortHand for FillColor.Color
Color Color { get; set; }
Property Value
Direction
Direction of the Databar
eDatabarDirection Direction { get; set; }
Property Value
FillColor
Fill color of Databar
ExcelDxfColor FillColor { get; }
Property Value
Gradient
If the databar should be a gradient. True by default
bool Gradient { get; set; }
Property Value
HighValue
Databar High Value
ExcelConditionalFormattingIconDataBarValue HighValue { get; }
Property Value
LowValue
Databar Low Value
ExcelConditionalFormattingIconDataBarValue LowValue { get; }
Property Value
NegativeBarBorderColorSameAsPositive
Wheter negative and positive values should have the same border colour. False by default. Is set to true if NegativeBorderColor is set.
bool NegativeBarBorderColorSameAsPositive { get; set; }
Property Value
NegativeBarColorSameAsPositive
Wheter negative and positive values should have the same colour. False by default. Is set to true if NegativeFillColor is set.
bool NegativeBarColorSameAsPositive { get; set; }
Property Value
NegativeBorderColor
Border color for negative values Setting any property sets NegativeBarBorderColorSameAsPositive to false
ExcelDxfColor NegativeBorderColor { get; }
Property Value
NegativeFillColor
Fill color for negative values Setting any property sets NegativeBarColorSameAsPositive to false
ExcelDxfColor NegativeFillColor { get; }
Property Value
ShowValue
ShowValue
bool ShowValue { get; set; }