Nevron.Chart Namespace / NCartesianChart Class / Fit3DAxisContent Property


Fit3DAxisContent Property
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute(False)>
<System.Xml.Serialization.XmlAttributeAttribute()>
<System.ComponentModel.CategoryAttribute("Size")>
<System.ComponentModel.DescriptionAttribute("Controls whether the 3D chart axis content should be fitted in the chart panel content area")>
Public Property Fit3DAxisContent As System.Boolean
 
'Usage
 
Dim instance As NCartesianChart
Dim value As System.Boolean
 
instance.Fit3DAxisContent = value
 
value = instance.Fit3DAxisContent
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