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


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