'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Size")> <System.ComponentModel.DescriptionAttribute("Controls whether the 2D chart axis content should be fitted in the chart panel content area")> Public Property Fit2DAxisContent As System.Boolean
'Usage
Dim instance As NPolarChart Dim value As System.Boolean instance.Fit2DAxisContent = value value = instance.Fit2DAxisContent
[System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Size")] [System.ComponentModel.Description("Controls whether the 2D chart axis content should be fitted in the chart panel content area")] public System.bool Fit2DAxisContent {get; set;}