public class NegativeBarFormat
Property Getters/Setters Summary | ||
---|---|---|
com.aspose.cells.Color | getBorderColor() | |
void | setBorderColor(com.aspose.cells.Colorvalue) | |
Gets or sets a FormatColor object that you can use to specify the border color for negative data bars. | ||
int | getBorderColorType() | |
void | setBorderColorType(intvalue) | |
Gets whether to use the same border color as positive data bars. The value of the property is DataBarNegativeColorType integer constant. | ||
com.aspose.cells.Color | getColor() | |
void | setColor(com.aspose.cells.Colorvalue) | |
Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars. | ||
int | getColorType() | |
void | setColorType(intvalue) | |
Gets or sets whether to use the same fill color as positive data bars. The value of the property is DataBarNegativeColorType integer constant. |
public com.aspose.cells.Color getBorderColor() / public void setBorderColor(com.aspose.cells.Color value)
public int getBorderColorType() / public void setBorderColorType(int value)
public com.aspose.cells.Color getColor() / public void setColor(com.aspose.cells.Color value)
public int getColorType() / public void setColorType(int value)