SpreadsheetGear 2017
ColorType Property (INegativeBarFormat)






SpreadsheetGear Namespace > INegativeBarFormat Interface : ColorType Property
Gets or sets the color type for data bars with negative values.
Syntax
'Declaration
 
Property ColorType As DataBarNegativeColorType
'Usage
 
Dim instance As INegativeBarFormat
Dim value As DataBarNegativeColorType
 
instance.ColorType = value
 
value = instance.ColorType
DataBarNegativeColorType ColorType {get; set;}
read-write property ColorType: DataBarNegativeColorType; 
function get,set ColorType : DataBarNegativeColorType
__property DataBarNegativeColorType get_ColorType();
__property void set_ColorType( 
   DataBarNegativeColorType value
);
property DataBarNegativeColorType ColorType {
   DataBarNegativeColorType get();
   void set (    DataBarNegativeColorType value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

INegativeBarFormat Interface
INegativeBarFormat Members