Enum DataBarNegativeColorType

Enum DataBarNegativeColorType

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

指定是否使用与正数据条相同的边框和填充颜色。

public enum DataBarNegativeColorType

字段

Color = 0

使用在负值和轴设置对话框中指定的颜色,或使用 NegativeBarFormat 对象的 ColorType 和 BorderColorType 属性。

SameAsPositive = 1

使用与正数据条相同的颜色。

 中文