Nevron .NET Vision
Nevron.Chart Namespace / NFunnelSeries Class / XSizes Property


In This Topic
    XSizes Property (NFunnelSeries)
    In This Topic
    Gets or sets the data series that contains the X sizes of the funnel data points.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Data Series")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the data series that contains the X sizes of the funnel data points")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property XSizes As NDataSeriesDouble
    'Usage
     
    
    Dim instance As NFunnelSeries
    Dim value As NDataSeriesDouble
     
    instance.XSizes = value
     
    value = instance.XSizes
    [System.ComponentModel.Category("Data Series")]
    [System.ComponentModel.Description("Gets or sets the data series that contains the X sizes of the funnel data points")]
    [System.Xml.Serialization.XmlIgnore()]
    public NDataSeriesDouble XSizes {get; set;}
    Remarks
    Custom X size values are used only when the UseXSizes property is set to true.
    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