Xceed Chart for WinForms v4.4 Documentation
UseOrigin Property (AxisScaleNumeric)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisScaleNumeric Class : UseOrigin Property
Specifies whether an origin value should be used for the automatically generated major ticks.
Syntax
'Declaration
 
<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()>
<CategoryAttribute("Ticks")>
Public Property UseOrigin As Boolean
'Usage
 
Dim instance As AxisScaleNumeric
Dim value As Boolean
 
instance.UseOrigin = value
 
value = instance.UseOrigin
[Description("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.")]
[DefaultValue()]
[Category("Ticks")]
public bool UseOrigin {get; set;}
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

Reference

AxisScaleNumeric Class
AxisScaleNumeric Members