'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Specifies whether the series should use custom X positions for the data points.")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(False)> Public Property UseXValues As System.Boolean
'Usage
Dim instance As NXYScatterSeries Dim value As System.Boolean instance.UseXValues = value value = instance.UseXValues
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Specifies whether the series should use custom X positions for the data points.")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(false)] public System.bool UseXValues {get; set;}