Xceed Chart for WinForms v4.4 Documentation
FloatBarBorder Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > FloatBarSeries Class : FloatBarBorder Property
Gives you access to the line properties of the floating bars borders.
Syntax
'Declaration
 
<CategoryAttribute("Series Appearance")>
<DescriptionAttribute("line properties of the floating bars borders.")>
Public Property FloatBarBorder As LineProperties
'Usage
 
Dim instance As FloatBarSeries
Dim value As LineProperties
 
instance.FloatBarBorder = value
 
value = instance.FloatBarBorder
[Category("Series Appearance")]
[Description("line properties of the floating bars borders.")]
public LineProperties FloatBarBorder {get; set;}
Remarks
This border is applied on all floating bars if the LineMode of the Appearance object attached to the series is set Series.
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

FloatBarSeries Class
FloatBarSeries Members