Nevron .NET Vision
Nevron.Chart Namespace / NRadarChart Class / RadarMode Property


In This Topic
    RadarMode Property
    In This Topic
    Gets or sets the mode in which the radar chart operates.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the mode in which the radar chart operates.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property RadarMode As RadarMode
    'Usage
     
    
    Dim instance As NRadarChart
    Dim value As RadarMode
     
    instance.RadarMode = value
     
    value = instance.RadarMode
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Gets or sets the mode in which the radar chart operates.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public RadarMode RadarMode {get; set;}
    Remarks
    You can choose between Single Measure mode (all Radar axes display the same quantative scale) and Multi Measure mode (each Radar axis displays a different quantative scale). By default the chart operates in Single Measure mode.
    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