Nevron .NET Vision
Nevron.Chart Namespace / NContourLabelStyle Class / AllowLabelToFlip Property


In This Topic
    AllowLabelToFlip Property
    In This Topic
    Whether the label is allowed to flip
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Controls the visibility of the data label.")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property AllowLabelToFlip As System.Boolean
    'Usage
     
    
    Dim instance As NContourLabelStyle
    Dim value As System.Boolean
     
    instance.AllowLabelToFlip = value
     
    value = instance.AllowLabelToFlip
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Controls the visibility of the data label.")]
    [System.ComponentModel.DefaultValue(false)]
    public System.bool AllowLabelToFlip {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