Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisScaleNumeric Class / UseOrigin Property


UseOrigin Property (AxisScaleNumeric)
Specifies whether an origin value should be used for the automatically generated major ticks.
Syntax
'Declaration
 
<CategoryAttribute("Ticks")>
<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.")>
<DefaultValueAttribute(True)>
Public Property UseOrigin As Boolean
 
'Usage
 
Dim instance As AxisScaleNumeric
Dim value As Boolean
 
instance.UseOrigin = value
 
value = instance.UseOrigin
Remarks
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.
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