Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / BarSeries Class / UseOrigin Property


In This Topic
    UseOrigin Property (BarSeries)
    In This Topic
    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
     
    <CategoryAttribute("Options")>
    <DescriptionAttribute("Controls the usage of a bar origin value.")>
    <DefaultValueAttribute(True)>
    Public Property UseOrigin As Boolean
    'Usage
     
    Dim instance As BarSeries
    Dim value As Boolean
     
    instance.UseOrigin = value
     
    value = instance.UseOrigin
    [Category("Options")]
    [Description("Controls the usage of a bar origin value.")]
    [DefaultValue(true)]
    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