asposecells.api
Class DataBarNegativeColorType

Utility class containing constants. Specifies whether to use the same border and fill color as postive data bars.

Field Summary
const  intDATA_BAR_COLOR
           Use the color specified in the Negative Value and Axis Setting dialog box or by using the ColorType and BorderColorType properties of the NegativeBarFormat object.
const  intDATA_BAR_SAME_AS_POSITIVE
           Use the same color as positive data bars.
const  intCOLOR
           Use the color specified in the Negative Value and Axis Setting dialog box or by using the ColorType and BorderColorType properties of the NegativeBarFormat object.
const  intSAME_AS_POSITIVE
           Use the same color as positive data bars.
 

Field Detail

DATA_BAR_COLOR

const int DATA_BAR_COLOR
Use the color specified in the Negative Value and Axis Setting dialog box or by using the ColorType and BorderColorType properties of the NegativeBarFormat object. NOTE: This enum type is now obsolete. Instead, please use DataBarNegativeColorType.Color enum type. This property will be removed 12 months later since December 2013. Aspose apologizes for any inconvenience you may have experienced.

DATA_BAR_SAME_AS_POSITIVE

const int DATA_BAR_SAME_AS_POSITIVE
Use the same color as positive data bars. NOTE: This enum type is now obsolete. Instead, please use DataBarNegativeColorType.SameAsPositive enum type. This property will be removed 12 months later since December 2013. Aspose apologizes for any inconvenience you may have experienced.

COLOR

const int COLOR
Use the color specified in the Negative Value and Axis Setting dialog box or by using the ColorType and BorderColorType properties of the NegativeBarFormat object.

SAME_AS_POSITIVE

const int SAME_AS_POSITIVE
Use the same color as positive data bars.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.