Class NegativeBarFormat

Class NegativeBarFormat

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

Represents the color settings of the data bars for negative values that are defined by a data bar conditional formatting rule.

public class NegativeBarFormat

Inheritance

objectNegativeBarFormat

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

BorderColor

Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.

public Color BorderColor { get; set; }

Property Value

Color

BorderColorType

Gets whether to use the same border color as positive data bars.

public DataBarNegativeColorType BorderColorType { get; set; }

Property Value

DataBarNegativeColorType

Color

Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars.

public Color Color { get; set; }

Property Value

Color

ColorType

Gets or sets whether to use the same fill color as positive data bars.

public DataBarNegativeColorType ColorType { get; set; }

Property Value

DataBarNegativeColorType