SpreadsheetGear 2017
AxisColor Property (IDatabar)






SpreadsheetGear Namespace > IDatabar Interface : AxisColor Property
Returns an instance of IFormatColor which represents the axis color of this conditional format.
Syntax
'Declaration
 
ReadOnly Property AxisColor As IFormatColor
'Usage
 
Dim instance As IDatabar
Dim value As IFormatColor
 
value = instance.AxisColor
IFormatColor AxisColor {get;}
read-only property AxisColor: IFormatColor; 
function get AxisColor : IFormatColor
__property IFormatColor* get_AxisColor();
property IFormatColor^ AxisColor {
   IFormatColor^ get();
}
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

IDatabar Interface
IDatabar Members