Nevron.Chart Namespace / NCartesianChart Class / Fit2DAxisContentMode Property


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