SpreadsheetGear 2017
EndStyle Property (IErrorBars)






SpreadsheetGear.Charts Namespace > IErrorBars Interface : EndStyle Property
Gets or sets the property which specifies the end style cap of the error bars.
Syntax
'Declaration
 
Property EndStyle As EndStyleCap
'Usage
 
Dim instance As IErrorBars
Dim value As EndStyleCap
 
instance.EndStyle = value
 
value = instance.EndStyle
EndStyleCap EndStyle {get; set;}
read-write property EndStyle: EndStyleCap; 
function get,set EndStyle : EndStyleCap
__property EndStyleCap get_EndStyle();
__property void set_EndStyle( 
   EndStyleCap value
);
property EndStyleCap EndStyle {
   EndStyleCap get();
   void set (    EndStyleCap 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

IErrorBars Interface
IErrorBars Members