Nevron .NET Vision
Nevron.Chart Namespace / NSeriesLabelLayoutSettings Class / LabelLocations Property


In This Topic
    LabelLocations Property
    In This Topic
    Gets or sets an array that contains possible initial label locations that are used by the label layout system.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlArrayAttribute()>
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("An array of possible initial label locations that are used by the label layout system.")>
    Public Property LabelLocations As LabelLocation()
    'Usage
     
    
    Dim instance As NSeriesLabelLayoutSettings
    Dim value() As LabelLocation
     
    instance.LabelLocations = value
     
    value = instance.LabelLocations
    [System.Xml.Serialization.XmlArray()]
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("An array of possible initial label locations that are used by the label layout system.")]
    public LabelLocation[] LabelLocations {get; set;}
    Remarks
    The locations are taken into account when the EnableInitialPositioning property of the chart's LabelLayoutSettings object is set to true and the UseLabelLocations property is set to true. If the initial label positioning is disabled for this chart or for this series, then the standard label location is used for each label, as specified by the relevant NDataLabelStyle object.
    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