Nevron .NET Vision
Nevron.Chart Namespace / NAnnotationSeries Class / GraphicsPath Property


In This Topic
    GraphicsPath Property (NAnnotationSeries)
    In This Topic
    Gets or sets the displayed graphics path.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Data")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the displayed graphics path.")>
    Public Property GraphicsPath As NGraphicsPath
    'Usage
     
    
    Dim instance As NAnnotationSeries
    Dim value As NGraphicsPath
     
    instance.GraphicsPath = value
     
    value = instance.GraphicsPath
    [System.ComponentModel.Category("Data")]
    [System.ComponentModel.Description("Gets or sets the displayed graphics path.")]
    public NGraphicsPath GraphicsPath {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