SpreadsheetGear 2017
Format Property (IDownBars)






SpreadsheetGear.Charts Namespace > IDownBars Interface : Format Property
Returns an instance of IChartFormat which represents the formatting options of the down bars.
Syntax
'Declaration
 
ReadOnly Property Format As IChartFormat
'Usage
 
Dim instance As IDownBars
Dim value As IChartFormat
 
value = instance.Format
IChartFormat Format {get;}
read-only property Format: IChartFormat; 
function get Format : IChartFormat
__property IChartFormat* get_Format();
property IChartFormat^ Format {
   IChartFormat^ 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

IDownBars Interface
IDownBars Members