Nevron.Chart Namespace / NPolarPointSeries Class / PointShape Property


In This Topic
    PointShape Property (NPolarPointSeries)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Controls the point style.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property PointShape As PointShape
    'Usage
     
    
    Dim instance As NPolarPointSeries
    Dim value As PointShape
     
    instance.PointShape = value
     
    value = instance.PointShape
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Controls the point style.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public PointShape PointShape {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