'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Specifies whether custom Z positions should be used.")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(False)> Public Property UseZValues As System.Boolean
'Usage
Dim instance As NXYZScatterSeries Dim value As System.Boolean instance.UseZValues = value value = instance.UseZValues
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Specifies whether custom Z positions should be used.")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(false)] public System.bool UseZValues {get; set;}