Nevron .NET Vision
Nevron.Chart Namespace / NDataLabelStyle Class / ArrowStrokeStyle Property


In This Topic
    ArrowStrokeStyle Property (NDataLabelStyle)
    In This Topic
    Gets or sets the stroke style applied to the data label arrows.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Arrow")>
    <System.ComponentModel.DescriptionAttribute("Appearance of the arrow.")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NStrokeStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)>
    Public Property ArrowStrokeStyle As NStrokeStyle
    'Usage
     
    
    Dim instance As NDataLabelStyle
    Dim value As NStrokeStyle
     
    instance.ArrowStrokeStyle = value
     
    value = instance.ArrowStrokeStyle
    [System.ComponentModel.Category("Arrow")]
    [System.ComponentModel.Description("Appearance of the arrow.")]
    [System.ComponentModel.Editor(Nevron.Editors.NStrokeStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)]
    public NStrokeStyle ArrowStrokeStyle {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