Nevron.Chart Namespace / NPolarChart Class / Fit2DAxisContent Property


Fit2DAxisContent Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also