Nevron.Chart Namespace / NCartesianChart Class / UsePlotAspect Property


UsePlotAspect Property (NCartesianChart)
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute(False)>
<System.Xml.Serialization.XmlAttributeAttribute()>
<System.ComponentModel.CategoryAttribute("Attributes")>
<System.ComponentModel.DescriptionAttribute("Whether to use the plot or content area aspect when operating in Fit mode.")>
Public Property UsePlotAspect As System.Boolean
 
'Usage
 
Dim instance As NCartesianChart
Dim value As System.Boolean
 
instance.UsePlotAspect = value
 
value = instance.UsePlotAspect
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