'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Whether to fit in parent chart plot bounds")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property FitInParentChartPlotBounds As System.Boolean
'Usage
Dim instance As NCallout Dim value As System.Boolean instance.FitInParentChartPlotBounds = value value = instance.FitInParentChartPlotBounds
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Whether to fit in parent chart plot bounds")] [System.Xml.Serialization.XmlAttribute()] public System.bool FitInParentChartPlotBounds {get; set;}