Nevron .NET Vision
Nevron.Chart Namespace / NStandardScaleConfigurator Class / UseOrigin Property


In This Topic
    UseOrigin Property (NStandardScaleConfigurator)
    In This Topic
    Specifies whether an origin value should be used for the automatically generated major ticks.
    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
    [System.ComponentModel.Category("Scale")]
    [System.ComponentModel.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.")]
    [System.ComponentModel.DefaultValue(true)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.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