Nevron .NET Vision
Nevron.Chart Namespace / NSeriesBase Class / LabelLayout Property


In This Topic
    LabelLayout Property (NSeriesBase)
    In This Topic
    Gets or sets a NSeriesLabelLayoutSettings object controlling automatic data label layout features.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets an object controlling automatic data label layout features")>
    Public Property LabelLayout As NSeriesLabelLayoutSettings
    'Usage
     
    
    Dim instance As NSeriesBase
    Dim value As NSeriesLabelLayoutSettings
     
    instance.LabelLayout = value
     
    value = instance.LabelLayout
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Gets or sets an object controlling automatic data label layout features")]
    public NSeriesLabelLayoutSettings LabelLayout {get; set;}
    Remarks
    The settings provided by this object are relevant for Cartesian, Polar and Radar series.
    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