Nevron .NET Vision
Nevron.Chart Namespace / NSeriesDataItemStrokeStyleApplicator Class / StrokeStyles Property


In This Topic
    StrokeStyles Property (NSeriesDataItemStrokeStyleApplicator)
    In This Topic
    Gets or sets the list of stroke styles
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property StrokeStyles As System.Collections.Generic.List(Of NStrokeStyle)
    'Usage
     
    
    Dim instance As NSeriesDataItemStrokeStyleApplicator
    Dim value As System.Collections.Generic.List(Of NStrokeStyle)
     
    instance.StrokeStyles = value
     
    value = instance.StrokeStyles
    [System.Xml.Serialization.XmlIgnore()]
    public System.Collections.Generic.List<NStrokeStyle> StrokeStyles {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