Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / FloatBarSeries Class / EndValues Property


In This Topic
    EndValues Property
    In This Topic
    Gives you access to the data series holding floating bars ending values.
    Syntax
    'Declaration
     
    <CategoryAttribute("Data Series")>
    <DescriptionAttribute("data series holding the float bar end values.")>
    Public Property EndValues As DataSeries
    'Usage
     
    Dim instance As FloatBarSeries
    Dim value As DataSeries
     
    instance.EndValues = value
     
    value = instance.EndValues
    [Category("Data Series")]
    [Description("data series holding the float bar end values.")]
    public DataSeries EndValues {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