'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Whether the series will affect the x axis range.")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property IncludeInXAxisRange As System.Boolean
'Usage
Dim instance As NSeriesBase Dim value As System.Boolean instance.IncludeInXAxisRange = value value = instance.IncludeInXAxisRange
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Whether the series will affect the x axis range.")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool IncludeInXAxisRange {get; set;}