SpreadsheetGear 2017
UpBars Property (IChartGroup)






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