Nevron.Chart Namespace / NStandardScaleConfigurator Class / UseOrigin Property


UseOrigin Property (NStandardScaleConfigurator)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Scale")>
<System.ComponentModel.DescriptionAttribute("If set to true the Origin value is displayed by a major tick. If set to false the major ticks begin from the minimal scale value.")>
<System.ComponentModel.DefaultValueAttribute(True)>
<System.Xml.Serialization.XmlAttributeAttribute()>
Public Property UseOrigin As System.Boolean
 
'Usage
 
Dim instance As NStandardScaleConfigurator
Dim value As System.Boolean
 
instance.UseOrigin = value
 
value = instance.UseOrigin
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