Nevron.Chart Namespace / NAnnotationSeries Class / GraphicsPath Property


GraphicsPath Property (NAnnotationSeries)
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
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