Nevron.Chart Namespace / NSeriesLabelLayoutSettings Class / LabelLocations Property


In This Topic
    LabelLocations Property
    In This Topic
    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;}
    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