[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.INegativeBarFormat

Interface INegativeBarFormat

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

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

public interface INegativeBarFormat

Properties

BorderColor

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

IFormatColor BorderColor { get; }

Property Value

IFormatColor

BorderColorType

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

DataBarNegativeColorType BorderColorType { get; set; }

Property Value

DataBarNegativeColorType

Color

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

IFormatColor Color { get; }

Property Value

IFormatColor

ColorType

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

DataBarNegativeColorType ColorType { get; set; }

Property Value

DataBarNegativeColorType