Nevron .NET Vision
Nevron.Chart Namespace / NVennSeries Class / BorderStyles Property


In This Topic
    BorderStyles Property
    In This Topic
    Controls the stroke styles for the venn segment borders. A stroke style at a given index is applied to the segments with number of intersections equal to the index.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property BorderStyles As NDataSeriesStrokeStyle
    'Usage
     
    
    Dim instance As NVennSeries
    Dim value As NDataSeriesStrokeStyle
     
    instance.BorderStyles = value
     
    value = instance.BorderStyles
    [System.Xml.Serialization.XmlIgnore()]
    public NDataSeriesStrokeStyle BorderStyles {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