'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Whether to apply range inflate when the axis is zoomed.")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property UseRangeInflateWhenZoomed As System.Boolean
'Usage
Dim instance As NAxis Dim value As System.Boolean instance.UseRangeInflateWhenZoomed = value value = instance.UseRangeInflateWhenZoomed
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Whether to apply range inflate when the axis is zoomed.")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool UseRangeInflateWhenZoomed {get; set;}