Nevron .NET Vision
Nevron.Chart Namespace / NOrdinalScaleConfigurator Class / Origin Property


In This Topic
    Origin Property (NOrdinalScaleConfigurator)
    In This Topic
    Specifies the major tick origin value when the UseOrigin property is set to true.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Ticks")>
    <System.ComponentModel.DescriptionAttribute("Specifies the major tick origin value when the UseOrigin property is set to true.")>
    <System.ComponentModel.DefaultValueAttribute(0)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Origin As System.Integer
    'Usage
     
    
    Dim instance As NOrdinalScaleConfigurator
    Dim value As System.Integer
     
    instance.Origin = value
     
    value = instance.Origin
    [System.ComponentModel.Category("Ticks")]
    [System.ComponentModel.Description("Specifies the major tick origin value when the UseOrigin property is set to true.")]
    [System.ComponentModel.DefaultValue(0)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.int Origin {get; set;}
    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