'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Whether to include the constline value in the axis range")> Public Property IncludeInAxisRange As System.Boolean
'Usage
Dim instance As NAxisConstLine Dim value As System.Boolean instance.IncludeInAxisRange = value value = instance.IncludeInAxisRange
[System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Whether to include the constline value in the axis range")] public System.bool IncludeInAxisRange {get; set;}