'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property FilterType As SeriesFilterType
'Usage
Dim instance As NPolarLineSeries Dim value As SeriesFilterType instance.FilterType = value value = instance.FilterType
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public SeriesFilterType FilterType {get; set;}