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


In This Topic
    OutOfBoundsLocationMode Property
    In This Topic
    Specifies the treatment mode for locations that fall partially out of the plot bounds.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Specifies the treatment mode for locations that fall partially out of the plot bounds.")>
    Public Property OutOfBoundsLocationMode As OutOfBoundsLocationMode
    'Usage
     
    
    Dim instance As NSeriesLabelLayoutSettings
    Dim value As OutOfBoundsLocationMode
     
    instance.OutOfBoundsLocationMode = value
     
    value = instance.OutOfBoundsLocationMode
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Specifies the treatment mode for locations that fall partially out of the plot bounds.")]
    public OutOfBoundsLocationMode OutOfBoundsLocationMode {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