'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Layout")> <System.ComponentModel.DescriptionAttribute("The expand strategy of the legend.")> Public Property ExpandMode As LegendExpandMode
'Usage
Dim instance As NLegendData Dim value As LegendExpandMode instance.ExpandMode = value value = instance.ExpandMode
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Layout")] [System.ComponentModel.Description("The expand strategy of the legend.")] public LegendExpandMode ExpandMode {get; set;}