SpreadsheetGear 2017
DownBars Property (IChartGroup)






SpreadsheetGear.Charts Namespace > IChartGroup Interface : DownBars Property
Returns an instance of IDownBars which represents the down bars on a line chart, or null if HasUpDownBars is false.
Syntax
'Declaration
 
ReadOnly Property DownBars As IDownBars
'Usage
 
Dim instance As IChartGroup
Dim value As IDownBars
 
value = instance.DownBars
IDownBars DownBars {get;}
read-only property DownBars: IDownBars; 
function get DownBars : IDownBars
__property IDownBars* get_DownBars();
property IDownBars^ DownBars {
   IDownBars^ get();
}
Remarks
The HasUpDownBars property must be set to true to access an instance of IDownBars.
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

IChartGroup Interface
IChartGroup Members
HasUpDownBars Property