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