Nevron .NET Vision
Nevron.Chart Namespace / NHeatMapSeriesBase Class / ContourStrokeStyle Property


In This Topic
    ContourStrokeStyle Property
    In This Topic
    The contour stroke style
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("The contour stroke style.")>
    Public Property ContourStrokeStyle As NStrokeStyle
    'Usage
     
    
    Dim instance As NHeatMapSeriesBase
    Dim value As NStrokeStyle
     
    instance.ContourStrokeStyle = value
     
    value = instance.ContourStrokeStyle
    [System.ComponentModel.Editor(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("The contour stroke style.")]
    public NStrokeStyle ContourStrokeStyle {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