asposecells.api
Class DataBarBorderType

Utility class containing constants. Specifies the border type of a data bar.

Field Summary
const  intDATA_BAR_BORDER_NONE
           The data bar has no border.
const  intDATA_BAR_BORDER_SOLID
           The data bar has a solid border.
const  intNONE
           The data bar has no border.
const  intSOLID
           The data bar has a solid border.
 

Field Detail

DATA_BAR_BORDER_NONE

const int DATA_BAR_BORDER_NONE
The data bar has no border. NOTE: This enum type is now obsolete. Instead, please use DataBarBorderType.None enum type. This property will be removed 12 months later since December 2013. Aspose apologizes for any inconvenience you may have experienced.

DATA_BAR_BORDER_SOLID

const int DATA_BAR_BORDER_SOLID
The data bar has a solid border. NOTE: This enum type is now obsolete. Instead, please use DataBarBorderType.Solid enum type. This property will be removed 12 months later since December 2013. Aspose apologizes for any inconvenience you may have experienced.

NONE

const int NONE
The data bar has no border.

SOLID

const int SOLID
The data bar has a solid border.

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