Xceed Chart for WinForms v4.4 Documentation
UseOrigin Property (BarSeries)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > BarSeries Class : UseOrigin Property
When turned on the bars are displayed with the origin specified by the Origin property. When turned off the bars are displayed with the maximal possible origin value.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Options")>
<DescriptionAttribute("Controls the usage of a bar origin value.")>
Public Property UseOrigin As Boolean
'Usage
 
Dim instance As BarSeries
Dim value As Boolean
 
instance.UseOrigin = value
 
value = instance.UseOrigin
[DefaultValue()]
[Category("Options")]
[Description("Controls the usage of a bar origin value.")]
public bool UseOrigin {get; set;}
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

BarSeries Class
BarSeries Members