'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;}