Nevron .NET Vision
Nevron.Chart Namespace / NPointSeries Class / SphereDetail Property


In This Topic
    SphereDetail Property (NPointSeries)
    In This Topic
    When the point shape is set to Sphere this property controls the level of detail of the spheres.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Controls the level of detail of spheres.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property SphereDetail As LevelOfDetail
    'Usage
     
    
    Dim instance As NPointSeries
    Dim value As LevelOfDetail
     
    instance.SphereDetail = value
     
    value = instance.SphereDetail
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Controls the level of detail of spheres.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public LevelOfDetail SphereDetail {get; set;}
    Remarks
    The default level of detail is set to Highest. You can decrease the level of detail to speed-up rendering when displaying multiple data points.
    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